google_api_testing v0.6.0 GoogleApi.Testing.V1.Model.IosDeviceCatalog 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

Link to this type

t()

View Source
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

Link to this function

decode(value, options)

View Source
decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.