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

View Source

The matrix of environments in which the test is to be executed.

Attributes

  • androidDeviceList (type: GoogleApi.Testing.V1.Model.AndroidDeviceList.t, default: nil) - A list of Android devices; the test will be run only on the specified devices.
  • androidMatrix (type: GoogleApi.Testing.V1.Model.AndroidMatrix.t, default: nil) - A matrix of Android devices.
  • iosDeviceList (type: GoogleApi.Testing.V1.Model.IosDeviceList.t, default: nil) - A list of iOS devices.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() :: %GoogleApi.Testing.V1.Model.EnvironmentMatrix{
  androidDeviceList: GoogleApi.Testing.V1.Model.AndroidDeviceList.t() | nil,
  androidMatrix: GoogleApi.Testing.V1.Model.AndroidMatrix.t() | nil,
  iosDeviceList: GoogleApi.Testing.V1.Model.IosDeviceList.t() | nil
}

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.