Struct google_manager1_beta2::Tag [] [src]

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

A Compute Engine Instance tag, identical to the tags on the corresponding Compute Engine Instance resource.

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

Fields

Items contained in this tag.

The fingerprint of the tag.

Trait Implementations

impl Debug for Tag
[src]

Formats the value using the given formatter.

impl Clone for Tag
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Default for Tag
[src]

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

impl Part for Tag
[src]