GoogleApi.Testing.V1.Model.IosDeviceCatalog (google_api_testing v0.24.0) 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()], runtimeConfiguration: GoogleApi.Testing.V1.Model.IosRuntimeConfiguration.t(), versions: [GoogleApi.Testing.V1.Model.IosVersion.t()], xcodeVersions: [GoogleApi.Testing.V1.Model.XcodeVersion.t()] }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.