google_api_deployment_manager v0.2.0 GoogleApi.DeploymentManager.V2.Model.Manifest View Source
Attributes
- config (ConfigFile): Output only. The YAML configuration for this manifest. Defaults to:
null
. - expandedConfig (String.t): Output only. The fully-expanded configuration file, including any templates and references. Defaults to:
null
. - id (String.t): Defaults to:
null
. - imports ([ImportFile]): Output only. The imported files for this manifest. Defaults to:
null
. - insertTime (String.t): Output only. Creation timestamp in RFC3339 text format. Defaults to:
null
. - layout (String.t): Output only. The YAML layout for this manifest. Defaults to:
null
. - name (String.t): Output only. The name of the manifest. Defaults to:
null
. - selfLink (String.t): Output only. Self link for the manifest. 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.Manifest{
config: GoogleApi.DeploymentManager.V2.Model.ConfigFile.t(),
expandedConfig: any(),
id: any(),
imports: [GoogleApi.DeploymentManager.V2.Model.ImportFile.t()],
insertTime: any(),
layout: any(),
name: any(),
selfLink: any()
}
t() :: %GoogleApi.DeploymentManager.V2.Model.Manifest{ config: GoogleApi.DeploymentManager.V2.Model.ConfigFile.t(), expandedConfig: any(), id: any(), imports: [GoogleApi.DeploymentManager.V2.Model.ImportFile.t()], insertTime: any(), layout: any(), name: any(), selfLink: any() }
Link to this section Functions
Link to this function
decode(value, options) View Source
Unwrap a decoded JSON object into its complex fields.