Class IosDeviceList
A list of iOS 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 IosDeviceList : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IosDevices
Required. A list of iOS devices.
Declaration
[JsonProperty("iosDevices")]
public virtual IList<IosDevice> IosDevices { get; set; }
Property Value
Type | Description |
---|---|
IList<IosDevice> |