Struct google_testing1::IosDevice[][src]

pub struct IosDevice {
    pub locale: Option<String>,
    pub ios_version_id: Option<String>,
    pub orientation: Option<String>,
    pub ios_model_id: Option<String>,
}

A single iOS device.

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

Fields

Required. The locale the test device used for testing. Use the EnvironmentDiscoveryService to get supported options.

Required. The id of the iOS major software version to be used. Use the EnvironmentDiscoveryService to get supported options.

Required. How the device is oriented during the test. Use the EnvironmentDiscoveryService to get supported options.

Required. The id of the iOS device to be used. Use the EnvironmentDiscoveryService to get supported options.

Trait Implementations

impl Default for IosDevice
[src]

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

impl Clone for IosDevice
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IosDevice
[src]

Formats the value using the given formatter. Read more

impl Part for IosDevice
[src]

Auto Trait Implementations

impl Send for IosDevice

impl Sync for IosDevice