google_api_testing v0.8.0 GoogleApi.Testing.V1.Model.AndroidRuntimeConfiguration View Source

Android configuration that can be selected at the time a test is run.

Attributes

  • locales (type: list(GoogleApi.Testing.V1.Model.Locale.t), default: nil) - The set of available locales.
  • orientations (type: list(GoogleApi.Testing.V1.Model.Orientation.t), default: nil) - The set of available orientations.

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.AndroidRuntimeConfiguration{
  locales: [GoogleApi.Testing.V1.Model.Locale.t()],
  orientations: [GoogleApi.Testing.V1.Model.Orientation.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.