View Source GoogleApi.DeploymentManager.V2.Model.TargetConfiguration (google_api_deployment_manager v0.21.0)
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DeploymentManager.V2.Model.TargetConfiguration{ config: GoogleApi.DeploymentManager.V2.Model.ConfigFile.t() | nil, imports: [GoogleApi.DeploymentManager.V2.Model.ImportFile.t()] | nil }
Functions
Unwrap a decoded JSON object into its complex fields.