GoogleApi.Testing.V1.Model.AndroidDeviceCatalog (google_api_testing v0.34.0)

View Source

The currently supported Android devices.

Attributes

  • models (type: list(GoogleApi.Testing.V1.Model.AndroidModel.t), default: nil) - The set of supported Android device models.
  • runtimeConfiguration (type: GoogleApi.Testing.V1.Model.AndroidRuntimeConfiguration.t, default: nil) - The set of supported runtime configurations.
  • versions (type: list(GoogleApi.Testing.V1.Model.AndroidVersion.t), default: nil) - The set of supported Android OS versions.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.AndroidDeviceCatalog{
  models: [GoogleApi.Testing.V1.Model.AndroidModel.t()] | nil,
  runtimeConfiguration:
    GoogleApi.Testing.V1.Model.AndroidRuntimeConfiguration.t() | nil,
  versions: [GoogleApi.Testing.V1.Model.AndroidVersion.t()] | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.