View Source GoogleApi.Testing.V1.Model.IosDeviceList (google_api_testing v0.33.0)

A list of iOS device configurations in which the test is to be executed.

Attributes

  • iosDevices (type: list(GoogleApi.Testing.V1.Model.IosDevice.t), default: nil) - Required. A list of iOS devices.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Testing.V1.Model.IosDeviceList{
  iosDevices: [GoogleApi.Testing.V1.Model.IosDevice.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.