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

View Source

A single Android device.

Attributes

  • androidModelId (type: String.t, default: nil) - Required. The id of the Android device to be used. Use the TestEnvironmentDiscoveryService to get supported options.
  • androidVersionId (type: String.t, default: nil) - Required. The id of the Android OS version to be used. Use the TestEnvironmentDiscoveryService to get supported options.
  • locale (type: String.t, default: nil) - Required. The locale the test device used for testing. Use the TestEnvironmentDiscoveryService to get supported options.
  • orientation (type: String.t, default: nil) - Required. How the device is oriented during the test. Use the TestEnvironmentDiscoveryService to get supported options.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.AndroidDevice{
  androidModelId: String.t() | nil,
  androidVersionId: String.t() | nil,
  locale: String.t() | nil,
  orientation: String.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.