GoogleApi.Testing.V1.Model.TestEnvironmentCatalog (google_api_testing v0.22.1) View Source

A description of a test environment.

Attributes

  • androidDeviceCatalog (type: GoogleApi.Testing.V1.Model.AndroidDeviceCatalog.t, default: nil) - Supported Android devices.
  • deviceIpBlockCatalog (type: GoogleApi.Testing.V1.Model.DeviceIpBlockCatalog.t, default: nil) - The IP blocks used by devices in the test environment.
  • iosDeviceCatalog (type: GoogleApi.Testing.V1.Model.IosDeviceCatalog.t, default: nil) - Supported iOS devices.
  • networkConfigurationCatalog (type: GoogleApi.Testing.V1.Model.NetworkConfigurationCatalog.t, default: nil) - Supported network configurations.
  • softwareCatalog (type: GoogleApi.Testing.V1.Model.ProvidedSoftwareCatalog.t, default: nil) - The software test environment provided by TestExecutionService.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Testing.V1.Model.TestEnvironmentCatalog{
  androidDeviceCatalog: GoogleApi.Testing.V1.Model.AndroidDeviceCatalog.t(),
  deviceIpBlockCatalog: GoogleApi.Testing.V1.Model.DeviceIpBlockCatalog.t(),
  iosDeviceCatalog: GoogleApi.Testing.V1.Model.IosDeviceCatalog.t(),
  networkConfigurationCatalog:
    GoogleApi.Testing.V1.Model.NetworkConfigurationCatalog.t(),
  softwareCatalog: GoogleApi.Testing.V1.Model.ProvidedSoftwareCatalog.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.