Class AndroidDeviceCatalog
The currently supported Android devices.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class AndroidDeviceCatalog : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Models
The set of supported Android device models.
Declaration
[JsonProperty("models")]
public virtual IList<AndroidModel> Models { get; set; }
Property Value
Type | Description |
---|---|
IList<AndroidModel> |
RuntimeConfiguration
The set of supported runtime configurations.
Declaration
[JsonProperty("runtimeConfiguration")]
public virtual AndroidRuntimeConfiguration RuntimeConfiguration { get; set; }
Property Value
Type | Description |
---|---|
AndroidRuntimeConfiguration |
Versions
The set of supported Android OS versions.
Declaration
[JsonProperty("versions")]
public virtual IList<AndroidVersion> Versions { get; set; }
Property Value
Type | Description |
---|---|
IList<AndroidVersion> |