GoogleApi.DeploymentManager.V2.Model.TargetConfiguration (google_api_deployment_manager v0.18.2) View Source
Attributes
-
config
(type:GoogleApi.DeploymentManager.V2.Model.ConfigFile.t
, default:nil
) - The configuration to use for this deployment. -
imports
(type:list(GoogleApi.DeploymentManager.V2.Model.ImportFile.t)
, default:nil
) - 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.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.DeploymentManager.V2.Model.TargetConfiguration{ config: GoogleApi.DeploymentManager.V2.Model.ConfigFile.t() | nil, imports: [GoogleApi.DeploymentManager.V2.Model.ImportFile.t()] | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.