google_api_testing v0.6.0 GoogleApi.Testing.V1.Model.IosDevice 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.

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.IosDevice{
  iosModelId: String.t(),
  iosVersionId: String.t(),
  locale: String.t(),
  orientation: String.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.