Class AndroidDevice
A single Android device.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class AndroidDevice : IDirectResponseSchema
Properties
AndroidModelId
Required. The id of the Android device to be used. Use the TestEnvironmentDiscoveryService to get supported options.
Declaration
[JsonProperty("androidModelId")]
public virtual string AndroidModelId { get; set; }
Property Value
Type | Description |
---|---|
string |
AndroidVersionId
Required. The id of the Android OS version to be used. Use the TestEnvironmentDiscoveryService to get supported options.
Declaration
[JsonProperty("androidVersionId")]
public virtual string AndroidVersionId { 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 |
Locale
Required. The locale the test device used for testing. Use the TestEnvironmentDiscoveryService to get supported options.
Declaration
[JsonProperty("locale")]
public virtual string Locale { get; set; }
Property Value
Type | Description |
---|---|
string |
Orientation
Required. How the device is oriented during the test. Use the TestEnvironmentDiscoveryService to get supported options.
Declaration
[JsonProperty("orientation")]
public virtual string Orientation { get; set; }
Property Value
Type | Description |
---|---|
string |