Class CurrentUserReportFilterValue
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents a current user report filter value with objectType.
public class CurrentUserReportFilterValue : ReportFilterValue
- Inheritance
-
CurrentUserReportFilterValue
- Implements
- Inherited Members
Constructors
CurrentUserReportFilterValue()
Constructor for current user report filter value.
public CurrentUserReportFilterValue()
Properties
ObjectType
Gets the objectType (always "CURRENT_USER").
public string ObjectType { get; }
Property Value
ValueType
Gets the report filter value type.
public ReportFilterValueType? ValueType { get; }