Show / Hide Table of Contents

Class EnvironmentMatrix

The matrix of environments in which the test is to be executed.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX