google_api_deployment_manager v0.8.0 GoogleApi.DeploymentManager.V2.Model.Manifest View Source
Attributes
config
(type:GoogleApi.DeploymentManager.V2.Model.ConfigFile.t
, default:nil
) - Output only. The YAML configuration for this manifest.expandedConfig
(type:String.t
, default:nil
) - Output only. The fully-expanded configuration file, including any templates and references.id
(type:String.t
, default:nil
) -imports
(type:list(GoogleApi.DeploymentManager.V2.Model.ImportFile.t)
, default:nil
) - Output only. The imported files for this manifest.insertTime
(type:String.t
, default:nil
) - Output only. Creation timestamp in RFC3339 text format.layout
(type:String.t
, default:nil
) - Output only. The YAML layout for this manifest.name
(type:String.t
, default:nil
) - Output only.The name of the manifest.
selfLink
(type:String.t
, default:nil
) - Output only. Self link for the manifest.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
t()
View Sourcet() :: %GoogleApi.DeploymentManager.V2.Model.Manifest{ config: GoogleApi.DeploymentManager.V2.Model.ConfigFile.t(), expandedConfig: String.t(), id: String.t(), imports: [GoogleApi.DeploymentManager.V2.Model.ImportFile.t()], insertTime: String.t(), layout: String.t(), name: String.t(), selfLink: String.t() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.