Struct google_manager1_beta2::Template[][src]

pub struct Template {
    pub modules: Option<HashMap<String, Module>>,
    pub description: Option<String>,
    pub actions: Option<HashMap<String, Action>>,
    pub name: Option<String>,
}

A Template represents a complete configuration for a Deployment.

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

A list of modules for this Template.

A user-supplied description of this Template.

Action definitions for use in Module intents in this Template.

Name of this Template. The name must conform to the expression: [a-zA-Z0-9-_]{1,64}

Trait Implementations

impl Default for Template
[src]

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

impl Clone for Template
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Template
[src]

Formats the value using the given formatter. Read more

impl RequestValue for Template
[src]

impl Resource for Template
[src]

impl ResponseResult for Template
[src]

Auto Trait Implementations

impl Send for Template

impl Sync for Template