google_api_deployment_manager v0.1.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): Output only. Unique identifier for the resource; defined by the server. Defaults to:
null
. - imports ([ImportFile]): Output only. The imported files for this manifest. Defaults to:
null
. - insertTime (String.t): Output only. Timestamp when the manifest was created, 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() :: %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
Unwrap a decoded JSON object into its complex fields.