Struct google_deploymentmanager2::TargetConfiguration[][src]

pub struct TargetConfiguration {
    pub imports: Option<Vec<ImportFile>>,
    pub config: Option<ConfigFile>,
}

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

Fields

Specifies any files to import for this configuration. This can be used to import templates or other files. For example, you might import a text file in order to use the file in a template.

The configuration to use for this deployment.

Trait Implementations

impl Default for TargetConfiguration
[src]

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

impl Clone for TargetConfiguration
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for TargetConfiguration
[src]

Formats the value using the given formatter. Read more

impl Part for TargetConfiguration
[src]

Auto Trait Implementations