Class StringReportFilterValue
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents a string report filter value.
public class StringReportFilterValue : ReportFilterValue
- Inheritance
-
StringReportFilterValue
- Implements
- Inherited Members
Constructors
StringReportFilterValue(string)
Constructor for string report filter value.
public StringReportFilterValue(string value)
Parameters
valuestring
Properties
Value
Gets or sets the string value.
public string Value { get; set; }
Property Value
ValueType
Gets the report filter value type.
public ReportFilterValueType? ValueType { get; }