google_api_testing v0.13.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
Link to this type
t()
View Sourcet() :: %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
Unwrap a decoded JSON object into its complex fields.