Struct google_manager1_beta2::EnvVariable[][src]

pub struct EnvVariable {
    pub hidden: Option<bool>,
    pub value: Option<String>,
}

An environment variable.

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

Fields

Whether this variable is hidden or visible.

Value of the environment variable.

Trait Implementations

impl Default for EnvVariable
[src]

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

impl Clone for EnvVariable
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for EnvVariable
[src]

Formats the value using the given formatter. Read more

impl Part for EnvVariable
[src]

Auto Trait Implementations

impl Send for EnvVariable

impl Sync for EnvVariable