Class Environment
The environment in which the test is run.
Implements
Inherited Members
Namespace: Google.Apis.Testing.v1.Data
Assembly: Google.Apis.Testing.v1.dll
Syntax
public class Environment : IDirectResponseSchema
Properties
AndroidDevice
An Android device which must be used with an Android test.
Declaration
[JsonProperty("androidDevice")]
public virtual AndroidDevice AndroidDevice { get; set; }
Property Value
Type | Description |
---|---|
AndroidDevice |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IosDevice
An iOS device which must be used with an iOS test.
Declaration
[JsonProperty("iosDevice")]
public virtual IosDevice IosDevice { get; set; }
Property Value
Type | Description |
---|---|
IosDevice |