GoogleApi.Testing.V1.Model.AndroidRuntimeConfiguration (google_api_testing v0.34.0)
View SourceAndroid configuration that can be selected at the time a test is run.
Attributes
-
locales
(type:list(GoogleApi.Testing.V1.Model.Locale.t)
, default:nil
) - The set of available locales. -
orientations
(type:list(GoogleApi.Testing.V1.Model.Orientation.t)
, default:nil
) - The set of available orientations.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.Testing.V1.Model.AndroidRuntimeConfiguration{ locales: [GoogleApi.Testing.V1.Model.Locale.t()] | nil, orientations: [GoogleApi.Testing.V1.Model.Orientation.t()] | nil }