Show / Hide Table of Contents

Class IosDevice

A single iOS device.

Inheritance
object
IosDevice
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX