GoogleApi.Testing.V1.Model.IosDeviceCatalog (google_api_testing v0.26.2) View Source
The currently supported iOS devices.
Attributes
-
models(type:list(GoogleApi.Testing.V1.Model.IosModel.t), default:nil) - The set of supported iOS device models. -
runtimeConfiguration(type:GoogleApi.Testing.V1.Model.IosRuntimeConfiguration.t, default:nil) - The set of supported runtime configurations. -
versions(type:list(GoogleApi.Testing.V1.Model.IosVersion.t), default:nil) - The set of supported iOS software versions. -
xcodeVersions(type:list(GoogleApi.Testing.V1.Model.XcodeVersion.t), default:nil) - The set of supported Xcode versions.
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.IosDeviceCatalog{
models: [GoogleApi.Testing.V1.Model.IosModel.t()] | nil,
runtimeConfiguration:
GoogleApi.Testing.V1.Model.IosRuntimeConfiguration.t() | nil,
versions: [GoogleApi.Testing.V1.Model.IosVersion.t()] | nil,
xcodeVersions: [GoogleApi.Testing.V1.Model.XcodeVersion.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.