Struct google_testing1::IosTestSetup[][src]

pub struct IosTestSetup {
    pub network_profile: Option<String>,
}

A description of how to set up an iOS device prior to a test.

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

Fields

Optional. The network traffic profile used for running the test. Available network profiles can be queried by using the NETWORK_CONFIGURATION environment type when calling TestEnvironmentDiscoveryService.GetTestEnvironmentCatalog.

Trait Implementations

impl Default for IosTestSetup
[src]

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

impl Clone for IosTestSetup
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for IosTestSetup
[src]

Formats the value using the given formatter. Read more

impl Part for IosTestSetup
[src]

Auto Trait Implementations