Class ReportRowDimensionValue
Representation of a dimension value.
Implements
Inherited Members
Namespace: Google.Apis.AdMob.v1beta.Data
Assembly: Google.Apis.AdMob.v1beta.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 |