Struct google_testing1::IosRuntimeConfiguration[][src]

pub struct IosRuntimeConfiguration {
    pub orientations: Option<Vec<Orientation>>,
    pub locales: Option<Vec<Locale>>,
}

iOS configuration that can be selected at the time a test is run.

This type is not used in any activity, and only used as part of another schema.

Fields

Output only. The set of available orientations.

Output only. The set of available locales.

Trait Implementations

impl Default for IosRuntimeConfiguration
[src]

Returns the "default value" for a type. Read more

impl Clone for IosRuntimeConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IosRuntimeConfiguration
[src]

Formats the value using the given formatter. Read more

impl Part for IosRuntimeConfiguration
[src]

Auto Trait Implementations