Struct google_manager1_beta2::Metadata[][src]

pub struct Metadata {
    pub items: Option<Vec<MetadataItem>>,
    pub finger_print: Option<String>,
}

A Compute Engine metadata entry. 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 list of metadata items.

The fingerprint of the metadata.

Trait Implementations

impl Default for Metadata
[src]

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

impl Clone for Metadata
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Metadata
[src]

Formats the value using the given formatter. Read more

impl Part for Metadata
[src]

Auto Trait Implementations

impl Send for Metadata

impl Sync for Metadata