Show / Hide Table of Contents

Class TestEnvironmentCatalog

A description of a test environment.

Inheritance
object
TestEnvironmentCatalog
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 TestEnvironmentCatalog : IDirectResponseSchema

Properties

AndroidDeviceCatalog

Supported Android devices.

Declaration
[JsonProperty("androidDeviceCatalog")]
public virtual AndroidDeviceCatalog AndroidDeviceCatalog { get; set; }
Property Value
Type Description
AndroidDeviceCatalog

DeviceIpBlockCatalog

The IP blocks used by devices in the test environment.

Declaration
[JsonProperty("deviceIpBlockCatalog")]
public virtual DeviceIpBlockCatalog DeviceIpBlockCatalog { get; set; }
Property Value
Type Description
DeviceIpBlockCatalog

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

IosDeviceCatalog

Supported iOS devices.

Declaration
[JsonProperty("iosDeviceCatalog")]
public virtual IosDeviceCatalog IosDeviceCatalog { get; set; }
Property Value
Type Description
IosDeviceCatalog

NetworkConfigurationCatalog

Supported network configurations.

Declaration
[JsonProperty("networkConfigurationCatalog")]
public virtual NetworkConfigurationCatalog NetworkConfigurationCatalog { get; set; }
Property Value
Type Description
NetworkConfigurationCatalog

SoftwareCatalog

The software test environment provided by TestExecutionService.

Declaration
[JsonProperty("softwareCatalog")]
public virtual ProvidedSoftwareCatalog SoftwareCatalog { get; set; }
Property Value
Type Description
ProvidedSoftwareCatalog

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX