google_api_testing v0.14.0 GoogleApi.Testing.V1.Model.EnvironmentMatrix 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.

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.EnvironmentMatrix{
  androidDeviceList: GoogleApi.Testing.V1.Model.AndroidDeviceList.t(),
  androidMatrix: GoogleApi.Testing.V1.Model.AndroidMatrix.t(),
  iosDeviceList: GoogleApi.Testing.V1.Model.IosDeviceList.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.