Show / Hide Table of Contents

Class MediationReportSpecDimensionFilter

Describes which report rows to match based on their dimension values.

Inheritance
object
MediationReportSpecDimensionFilter
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
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
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX