Class MediationReportSpecDimensionFilter
Describes which report rows to match based on their dimension values.
Inheritance
System.Object
MediationReportSpecDimensionFilter
Implements
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.AdMob.v1.Data
Assembly: Google.Apis.AdMob.v1.dll
Syntax
public class MediationReportSpecDimensionFilter : IDirectResponseSchema
Properties
Dimension
Applies the filter criterion to the specified dimension.
Declaration
[JsonProperty("dimension")]
public virtual string Dimension { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| System.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 |