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

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.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

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

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.