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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

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

Functions

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

Unwrap a decoded JSON object into its complex fields.