Struct google_testing1::IosDeviceCatalog[][src]

pub struct IosDeviceCatalog {
    pub models: Option<Vec<IosModel>>,
    pub xcode_versions: Option<Vec<XcodeVersion>>,
    pub runtime_configuration: Option<IosRuntimeConfiguration>,
    pub versions: Option<Vec<IosVersion>>,
}

The currently supported iOS devices.

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

Fields

Output only. The set of supported iOS device models.

Output only. The set of supported Xcode versions.

Output only. The set of supported runtime configurations.

Output only. The set of supported iOS software versions.

Trait Implementations

impl Default for IosDeviceCatalog
[src]

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

impl Clone for IosDeviceCatalog
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IosDeviceCatalog
[src]

Formats the value using the given formatter. Read more

impl Part for IosDeviceCatalog
[src]

Auto Trait Implementations