Class Distribution
Data about the relative number of devices running a given configuration of the Android platform.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class Distribution : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
MarketShare
Output only. The estimated fraction (0-1) of the total market with this configuration.
Declaration
[JsonProperty("marketShare")]
public virtual double? MarketShare { get; set; }
Property Value
Type | Description |
---|---|
double? |
MeasurementTime
object representation of MeasurementTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use MeasurementTimeDateTimeOffset instead.")]
public virtual object MeasurementTime { get; set; }
Property Value
Type | Description |
---|---|
object |
MeasurementTimeDateTimeOffset
DateTimeOffset representation of MeasurementTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? MeasurementTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
MeasurementTimeRaw
Output only. The time this distribution was measured.
Declaration
[JsonProperty("measurementTime")]
public virtual string MeasurementTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |