Struct google_resourceviews1_beta2::Label[][src]

pub struct Label {
    pub key: Option<String>,
    pub value: Option<String>,
}

The Label to be applied to the resource views.

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

Fields

Key of the label.

Value of the label.

Trait Implementations

impl Default for Label
[src]

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

impl Clone for Label
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Label
[src]

Formats the value using the given formatter. Read more

impl Part for Label
[src]

Auto Trait Implementations

impl Send for Label

impl Sync for Label