Class AndroidDeviceList
A list of Android device configurations in which the test is to be executed.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class AndroidDeviceList : IDirectResponseSchema
Properties
AndroidDevices
Required. A list of Android devices.
Declaration
[JsonProperty("androidDevices")]
public virtual IList<AndroidDevice> AndroidDevices { get; set; }
Property Value
Type | Description |
---|---|
IList<AndroidDevice> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |