Class AndroidMatrix
A set of Android device configuration permutations is defined by the the cross-product of the given axes. Internally, the given AndroidMatrix will be expanded into a set of AndroidDevices. Only supported permutations will be instantiated. Invalid permutations (e.g., incompatible models/versions) are ignored.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class AndroidMatrix : IDirectResponseSchema
Properties
AndroidModelIds
Required. The ids of the set of Android device to be used. Use the TestEnvironmentDiscoveryService to get supported options.
Declaration
[JsonProperty("androidModelIds")]
public virtual IList<string> AndroidModelIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
AndroidVersionIds
Required. The ids of the set of Android OS version to be used. Use the TestEnvironmentDiscoveryService to get supported options.
Declaration
[JsonProperty("androidVersionIds")]
public virtual IList<string> AndroidVersionIds { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Locales
Required. The set of locales the test device will enable for testing. Use the TestEnvironmentDiscoveryService to get supported options.
Declaration
[JsonProperty("locales")]
public virtual IList<string> Locales { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
Orientations
Required. The set of orientations to test with. Use the TestEnvironmentDiscoveryService to get supported options.
Declaration
[JsonProperty("orientations")]
public virtual IList<string> Orientations { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |