Show / Hide Table of Contents

Class ReportRowDimensionValue

Representation of a dimension value.

Inheritance
object
ReportRowDimensionValue
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 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
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
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
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX