Struct google_manager1_beta2::MetadataItem [] [src]

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

A Compute Engine metadata item, defined as a key:value pair. Identical to the metadata on the corresponding Compute Engine resource.

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

Fields

A metadata key.

A metadata value.

Trait Implementations

impl Debug for MetadataItem
[src]

Formats the value using the given formatter.

impl Clone for MetadataItem
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for MetadataItem
[src]

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

impl Part for MetadataItem
[src]