Show / Hide Table of Contents

Class Distribution

Data about the relative number of devices running a given configuration of the Android platform.

Inheritance
object
Distribution
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.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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX