google_api_deployment_manager v0.2.0 GoogleApi.DeploymentManager.V2.Model.TargetConfiguration View Source
Attributes
- config (ConfigFile): The configuration to use for this deployment. Defaults to:
null
. - imports ([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. Defaults to:
null
.
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.