GoogleApi.Testing.V1.Model.IosRuntimeConfiguration (google_api_testing v0.26.2) View Source
iOS 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.Testing.V1.Model.IosRuntimeConfiguration{
locales: [GoogleApi.Testing.V1.Model.Locale.t()] | nil,
orientations: [GoogleApi.Testing.V1.Model.Orientation.t()] | nil
}
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.