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

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type 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
}

Functions

decode(value, options)

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.