google_api_testing v0.17.0 GoogleApi.Testing.V1.Model.AndroidDeviceCatalog 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.

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.AndroidDeviceCatalog{
  models: [GoogleApi.Testing.V1.Model.AndroidModel.t()],
  runtimeConfiguration:
    GoogleApi.Testing.V1.Model.AndroidRuntimeConfiguration.t(),
  versions: [GoogleApi.Testing.V1.Model.AndroidVersion.t()]
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.