Class ApiDimensionFilter
A filter test to be applied to each row in the data set, where a match can return the row. Filters are string
comparisons, and values and dimension names are not case-sensitive. Individual filters are either AND'ed or
OR'ed within their parent filter group, according to the group's group type. You do not need to group by a
specified dimension to filter against it.
Inheritance
ApiDimensionFilter
Assembly: Google.Apis.SearchConsole.v1.dll
Syntax
public class ApiDimensionFilter : IDirectResponseSchema
Properties
Dimension
Declaration
[JsonProperty("dimension")]
public virtual string Dimension { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Expression
Declaration
[JsonProperty("expression")]
public virtual string Expression { get; set; }
Property Value
Operator__
Declaration
[JsonProperty("operator")]
public virtual string Operator__ { get; set; }
Property Value
Implements