Class AndroidVersion
A version of the Android OS.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class AndroidVersion : IDirectResponseSchema
Properties
ApiLevel
The API level for this Android version. Examples: 18, 19.
Declaration
[JsonProperty("apiLevel")]
public virtual int? ApiLevel { get; set; }
Property Value
Type | Description |
---|---|
int? |
CodeName
The code name for this Android version. Examples: "JellyBean", "KitKat".
Declaration
[JsonProperty("codeName")]
public virtual string CodeName { get; set; }
Property Value
Type | Description |
---|---|
string |
Distribution
Market share for this version.
Declaration
[JsonProperty("distribution")]
public virtual Distribution Distribution { get; set; }
Property Value
Type | Description |
---|---|
Distribution |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
An opaque id for this Android version. Use this id to invoke the TestExecutionService.
Declaration
[JsonProperty("id")]
public virtual string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
ReleaseDate
The date this Android version became available in the market.
Declaration
[JsonProperty("releaseDate")]
public virtual Date ReleaseDate { get; set; }
Property Value
Type | Description |
---|---|
Date |
Tags
Tags for this dimension. Examples: "default", "preview", "deprecated".
Declaration
[JsonProperty("tags")]
public virtual IList<string> Tags { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
VersionString
A string representing this version of the Android OS. Examples: "4.3", "4.4".
Declaration
[JsonProperty("versionString")]
public virtual string VersionString { get; set; }
Property Value
Type | Description |
---|---|
string |