Struct google_deploymentmanager2::Manifest[][src]

pub struct Manifest {
    pub layout: Option<String>,
    pub name: Option<String>,
    pub expanded_config: Option<String>,
    pub imports: Option<Vec<ImportFile>>,
    pub insert_time: Option<String>,
    pub config: Option<ConfigFile>,
    pub id: Option<String>,
    pub self_link: Option<String>,
}

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 YAML layout for this manifest.

Output only.

The name of the manifest.

Output only. The fully-expanded configuration file, including any templates and references.

Output only. The imported files for this manifest.

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

Output only. The YAML configuration for this manifest.

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

Output only. Self link for the manifest.

Trait Implementations

impl Default for Manifest
[src]

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

impl Clone for Manifest
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for Manifest
[src]

Formats the value using the given formatter. Read more

impl Resource for Manifest
[src]

impl ResponseResult for Manifest
[src]

Auto Trait Implementations

impl Send for Manifest

impl Sync for Manifest