Struct google_testing1::IosVersion[][src]

pub struct IosVersion {
    pub major_version: Option<i32>,
    pub supported_xcode_version_ids: Option<Vec<String>>,
    pub minor_version: Option<i32>,
    pub id: Option<String>,
    pub tags: Option<Vec<String>>,
}

An iOS version

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

Fields

Output only. An integer representing the major iOS version. Examples: "8", "9"

Output only. The available Xcode versions for this version.

Output only. An integer representing the minor iOS version. Examples: "1", "2"

Output only. An opaque id for this iOS version. Use this id to invoke the TestExecutionService.

Output only. Tags for this dimension. Examples: "default", "preview", "deprecated"

Trait Implementations

impl Default for IosVersion
[src]

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

impl Clone for IosVersion
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IosVersion
[src]

Formats the value using the given formatter. Read more

impl Part for IosVersion
[src]

Auto Trait Implementations

impl Send for IosVersion

impl Sync for IosVersion