Show / Hide Table of Contents

Class ReportRowDimensionValue

Representation of a dimension value.

Inheritance
System.Object
ReportRowDimensionValue
Implements
IDirectResponseSchema
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 ReportRowDimensionValue : IDirectResponseSchema

Properties

DisplayLabel

The localized string representation of the value. If unspecified, the display label should be derived from the value.

Declaration
[JsonProperty("displayLabel")]
public virtual string DisplayLabel { 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

Value

Dimension value in the format specified in the report's spec Dimension enum.

Declaration
[JsonProperty("value")]
public virtual string Value { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top