Class NetworkReportSpecDimensionFilter
Describes which report rows to match based on their dimension values.
Implements
Inherited Members
Namespace: Google.Apis.AdMob.v1.Data
Assembly: Google.Apis.AdMob.v1.dll
Syntax
public class NetworkReportSpecDimensionFilter : IDirectResponseSchema
Properties
Dimension
Applies the filter criterion to the specified dimension.
Declaration
[JsonProperty("dimension")]
public virtual string Dimension { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MatchesAny
Matches a row if its value for the specified dimension is in one of the values specified in this condition.
Declaration
[JsonProperty("matchesAny")]
public virtual StringList MatchesAny { get; set; }
Property Value
Type | Description |
---|---|
StringList |