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

View Source

A single iOS device.

Attributes

  • iosModelId (type: String.t, default: nil) - Required. The id of the iOS device to be used. Use the TestEnvironmentDiscoveryService to get supported options.
  • iosVersionId (type: String.t, default: nil) - Required. The id of the iOS major software 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.IosDevice{
  iosModelId: String.t() | nil,
  iosVersionId: 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.