Struct google_testing1::NetworkConfiguration[][src]

pub struct NetworkConfiguration {
    pub id: Option<String>,
    pub down_rule: Option<TrafficRule>,
    pub up_rule: Option<TrafficRule>,
}

There is no detailed description.

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

Fields

The unique opaque id for this network traffic configuration @OutputOnly

The emulation rule applying to the download traffic

The emulation rule applying to the upload traffic

Trait Implementations

impl Default for NetworkConfiguration
[src]

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

impl Clone for NetworkConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for NetworkConfiguration
[src]

Formats the value using the given formatter. Read more

impl Part for NetworkConfiguration
[src]

Auto Trait Implementations