google_api_deployment_manager v0.4.0 GoogleApi.DeploymentManager.V2.Model.TargetConfiguration 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
Link to this type
t()
View Source
t()
View Source
t() :: %GoogleApi.DeploymentManager.V2.Model.TargetConfiguration{
config: GoogleApi.DeploymentManager.V2.Model.ConfigFile.t(),
imports: [GoogleApi.DeploymentManager.V2.Model.ImportFile.t()]
}
t() :: %GoogleApi.DeploymentManager.V2.Model.TargetConfiguration{ config: GoogleApi.DeploymentManager.V2.Model.ConfigFile.t(), imports: [GoogleApi.DeploymentManager.V2.Model.ImportFile.t()] }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.