Show / Hide Table of Contents

Class AndroidDevice

A single Android device.

Inheritance
object
AndroidDevice
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 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX