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]
impl Default for TargetConfigurationfn default() -> TargetConfiguration[src]
fn default() -> TargetConfigurationReturns the "default value" for a type. Read more
impl Clone for TargetConfiguration[src]
impl Clone for TargetConfigurationfn clone(&self) -> TargetConfiguration[src]
fn clone(&self) -> TargetConfigurationReturns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)1.0.0[src]
fn clone_from(&mut self, source: &Self)1.0.0
[src]Performs copy-assignment from source. Read more
impl Debug for TargetConfiguration[src]
impl Debug for TargetConfigurationfn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Part for TargetConfiguration[src]
impl Part for TargetConfigurationAuto Trait Implementations
impl Send for TargetConfiguration
impl Send for TargetConfigurationimpl Sync for TargetConfiguration
impl Sync for TargetConfiguration