Class ReportRequest.FiltersData
A list of filters to be applied to the report.\ The maximum number of filters per request is 300.
Inherited Members
Namespace: Google.Apis.Doubleclicksearch.v2.Data
Assembly: Google.Apis.Doubleclicksearch.v2.dll
Syntax
public class ReportRequest.FiltersData
Properties
Column
Column to perform the filter on. This can be a DoubleClick Search column or a saved column.
Declaration
[JsonProperty("column")]
public virtual ReportApiColumnSpec Column { get; set; }
Property Value
Type | Description |
---|---|
ReportApiColumnSpec |
Operator__
Operator to use in the filter. See the filter reference for a list of available operators.
Declaration
[JsonProperty("operator")]
public virtual string Operator__ { get; set; }
Property Value
Type | Description |
---|---|
string |
Values
A list of values to filter the column value against.\ The maximum number of filter values per request is 300.
Declaration
[JsonProperty("values")]
public virtual IList<object> Values { get; set; }
Property Value
Type | Description |
---|---|
IList<object> |