Show / Hide Table of Contents

Class Environment

The environment in which the test is run.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX