Class EnvironmentMatrix
The matrix of environments in which the test is to be executed.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class EnvironmentMatrix : IDirectResponseSchema
Properties
AndroidDeviceList
A list of Android devices; the test will be run only on the specified devices.
Declaration
[JsonProperty("androidDeviceList")]
public virtual AndroidDeviceList AndroidDeviceList { get; set; }
Property Value
Type | Description |
---|---|
AndroidDeviceList |
AndroidMatrix
A matrix of Android devices.
Declaration
[JsonProperty("androidMatrix")]
public virtual AndroidMatrix AndroidMatrix { get; set; }
Property Value
Type | Description |
---|---|
AndroidMatrix |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IosDeviceList
A list of iOS devices.
Declaration
[JsonProperty("iosDeviceList")]
public virtual IosDeviceList IosDeviceList { get; set; }
Property Value
Type | Description |
---|---|
IosDeviceList |