View Source GoogleApi.DeploymentManager.V2.Model.Manifest (google_api_deployment_manager v0.21.0)
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. -
manifestSizeBytes
(type:String.t
, default:nil
) - Output only. The computed size of the fully expanded manifest. -
manifestSizeLimitBytes
(type:String.t
, default:nil
) - Output only. The size limit for expanded manifests in the project. -
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.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.DeploymentManager.V2.Model.Manifest{ config: GoogleApi.DeploymentManager.V2.Model.ConfigFile.t() | nil, expandedConfig: String.t() | nil, id: String.t() | nil, imports: [GoogleApi.DeploymentManager.V2.Model.ImportFile.t()] | nil, insertTime: String.t() | nil, layout: String.t() | nil, manifestSizeBytes: String.t() | nil, manifestSizeLimitBytes: String.t() | nil, name: String.t() | nil, selfLink: String.t() | nil }
Functions
Unwrap a decoded JSON object into its complex fields.