Class TestEnvironmentCatalog
A description of a test environment.
Implements
Inherited Members
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 |