GoogleApi.Testing.V1.Model.EnvironmentMatrix (google_api_testing v0.34.0)
View SourceThe 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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Testing.V1.Model.EnvironmentMatrix{ androidDeviceList: GoogleApi.Testing.V1.Model.AndroidDeviceList.t() | nil, androidMatrix: GoogleApi.Testing.V1.Model.AndroidMatrix.t() | nil, iosDeviceList: GoogleApi.Testing.V1.Model.IosDeviceList.t() | nil }