Struct google_testing1::XcodeVersion[][src]

pub struct XcodeVersion {
    pub version: Option<String>,
    pub tags: Option<Vec<String>>,
}

An Xcode version that an iOS version is compatible with.

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

Fields

Output only. The id for this version. Example: "9.2"

Output only. Tags for this Xcode version. Examples: "default"

Trait Implementations

impl Default for XcodeVersion
[src]

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

impl Clone for XcodeVersion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for XcodeVersion
[src]

Formats the value using the given formatter. Read more

impl Part for XcodeVersion
[src]

Auto Trait Implementations