Struct google_deploymentmanager2::Type[][src]

pub struct Type {
    pub operation: Option<Operation>,
    pub insert_time: Option<String>,
    pub id: Option<String>,
    pub self_link: Option<String>,
    pub name: Option<String>,
}

A resource type supported by Deployment Manager.

Activities

This type is used in activities, which are methods you may call on this type or where this type is involved in. The list links the activity name, along with information about where it is used (one of request and response).

Fields

Output only. The Operation that most recently ran, or is currently running, on this type.

Output only. Timestamp when the type was created, in RFC3339 text format.

Output only. Unique identifier for the resource; defined by the server.

Output only. Self link for the type.

Name of the type.

Trait Implementations

impl Default for Type
[src]

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

impl Clone for Type
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Type
[src]

Formats the value using the given formatter. Read more

impl Resource for Type
[src]

Auto Trait Implementations

impl Send for Type

impl Sync for Type