Show / Hide Table of Contents

Class AndroidDeviceCatalog

The currently supported Android devices.

Inheritance
object
AndroidDeviceCatalog
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 AndroidDeviceCatalog : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

Models

The set of supported Android device models.

Declaration
[JsonProperty("models")]
public virtual IList<AndroidModel> Models { get; set; }
Property Value
Type Description
IList<AndroidModel>

RuntimeConfiguration

The set of supported runtime configurations.

Declaration
[JsonProperty("runtimeConfiguration")]
public virtual AndroidRuntimeConfiguration RuntimeConfiguration { get; set; }
Property Value
Type Description
AndroidRuntimeConfiguration

Versions

The set of supported Android OS versions.

Declaration
[JsonProperty("versions")]
public virtual IList<AndroidVersion> Versions { get; set; }
Property Value
Type Description
IList<AndroidVersion>

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX