Class IosDevice
A single iOS device.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class IosDevice : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IosModelId
Required. The id of the iOS device to be used. Use the TestEnvironmentDiscoveryService to get supported options.
Declaration
[JsonProperty("iosModelId")]
public virtual string IosModelId { get; set; }
Property Value
Type | Description |
---|---|
string |
IosVersionId
Required. The id of the iOS major software version to be used. Use the TestEnvironmentDiscoveryService to get supported options.
Declaration
[JsonProperty("iosVersionId")]
public virtual string IosVersionId { 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 |