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

A set of Android device configuration permutations is defined by the the cross-product of the given axes. Internally, the given AndroidMatrix will be expanded into a set of AndroidDevices. Only supported permutations will be instantiated. Invalid permutations (e.g., incompatible models/versions) are ignored.

Attributes

  • androidModelIds (type: list(String.t), default: nil) - Required. The ids of the set of Android device to be used. Use the TestEnvironmentDiscoveryService to get supported options.
  • androidVersionIds (type: list(String.t), default: nil) - Required. The ids of the set of Android OS version to be used. Use the TestEnvironmentDiscoveryService to get supported options.
  • locales (type: list(String.t), default: nil) - Required. The set of locales the test device will enable for testing. Use the TestEnvironmentDiscoveryService to get supported options.
  • orientations (type: list(String.t), default: nil) - Required. The set of orientations to test with. Use the TestEnvironmentDiscoveryService to get supported options.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.Testing.V1.Model.AndroidMatrix{
  androidModelIds: [String.t()] | nil,
  androidVersionIds: [String.t()] | nil,
  locales: [String.t()] | nil,
  orientations: [String.t()] | nil
}

Functions

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

Unwrap a decoded JSON object into its complex fields.