Class GooglePlayDeveloperReportingV1alpha1DimensionValue
Represents the value of a single dimension.
Implements
Inherited Members
Namespace: Google.Apis.Playdeveloperreporting.v1alpha1.Data
Assembly: Google.Apis.Playdeveloperreporting.v1alpha1.dll
Syntax
public class GooglePlayDeveloperReportingV1alpha1DimensionValue : IDirectResponseSchema
Properties
Dimension
Name of the 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 |
Int64Value
Actual value, represented as an int64.
Declaration
[JsonProperty("int64Value")]
public virtual long? Int64Value { get; set; }
Property Value
Type | Description |
---|---|
long? |
StringValue
Actual value, represented as a string.
Declaration
[JsonProperty("stringValue")]
public virtual string StringValue { get; set; }
Property Value
Type | Description |
---|---|
string |
ValueLabel
Optional. Human-friendly label for the value, always in English. For example, 'Spain' for the 'ES' country code. Whereas the dimension value is stable, this value label is subject to change. Do not assume that the (value, value_label) relationship is stable. For example, the ISO country code 'MK' changed its name recently to 'North Macedonia'.
Declaration
[JsonProperty("valueLabel")]
public virtual string ValueLabel { get; set; }
Property Value
Type | Description |
---|---|
string |