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
imports: Option<Vec<ImportFile>>
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.
config: Option<ConfigFile>
The configuration to use for this deployment.
Trait Implementations
impl Default for TargetConfiguration[src]
fn default() -> TargetConfiguration
Returns the "default value" for a type. Read more
impl Clone for TargetConfiguration[src]
fn clone(&self) -> TargetConfiguration
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0
Performs copy-assignment from source. Read more