google_api_testing v0.19.1 GoogleApi.Testing.V1.Model.Environment View Source

The environment in which the test is run.

Attributes

  • androidDevice (type: GoogleApi.Testing.V1.Model.AndroidDevice.t, default: nil) - An Android device which must be used with an Android test.
  • iosDevice (type: GoogleApi.Testing.V1.Model.IosDevice.t, default: nil) - An iOS device which must be used with an iOS test.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.Testing.V1.Model.Environment{
  androidDevice: GoogleApi.Testing.V1.Model.AndroidDevice.t(),
  iosDevice: GoogleApi.Testing.V1.Model.IosDevice.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.