google_api_testing v0.10.0 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
Link to this type
t()
View Sourcet() :: %GoogleApi.Testing.V1.Model.Environment{
androidDevice: GoogleApi.Testing.V1.Model.AndroidDevice.t(),
iosDevice: GoogleApi.Testing.V1.Model.IosDevice.t()
}
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.