Class ReportFilterCriterion
- Namespace
- Smartsheet.Api.Models
- Assembly
- smartsheet-csharp-sdk.dll
Represents a single filter criterion within a report filter expression.
public class ReportFilterCriterion
- Inheritance
-
ReportFilterCriterion
- Inherited Members
Properties
Column
Gets the column identifier.
public ReportColumnIdentifier Column { get; set; }
Property Value
- ReportColumnIdentifier
the column
Operator
Gets the condition operator.
public ReportFilterCriteriaOperator Operator { get; set; }
Property Value
- ReportFilterCriteriaOperator
the operator
Values
Gets the list of filter values. Each value can be a string, number, null, or an object with objectType.
public IList<ReportFilterValue> Values { get; set; }
Property Value
- IList<ReportFilterValue>
the values