google_api_testing v0.16.0 GoogleApi.Testing.V1.Model.TestEnvironmentCatalog View Source

A description of a test environment.

Attributes

  • androidDeviceCatalog (type: GoogleApi.Testing.V1.Model.AndroidDeviceCatalog.t, default: nil) - Supported Android devices.
  • 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(),
  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.