Class Manifest
Assembly: Google.Apis.DeploymentManager.v2.dll
Syntax
public class Manifest : IDirectResponseSchema
Properties
Config
Output only. The YAML configuration for this manifest.
Declaration
[JsonProperty("config")]
public virtual ConfigFile Config { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
ExpandedConfig
Output only. The fully-expanded configuration file, including any templates and references.
Declaration
[JsonProperty("expandedConfig")]
public virtual string ExpandedConfig { get; set; }
Property Value
Id
Declaration
[JsonProperty("id")]
public virtual ulong? Id { get; set; }
Property Value
Imports
Output only. The imported files for this manifest.
Declaration
[JsonProperty("imports")]
public virtual IList<ImportFile> Imports { get; set; }
Property Value
InsertTime
Output only. Creation timestamp in RFC3339 text format.
Declaration
[JsonProperty("insertTime")]
public virtual string InsertTime { get; set; }
Property Value
Layout
Output only. The YAML layout for this manifest.
Declaration
[JsonProperty("layout")]
public virtual string Layout { get; set; }
Property Value
ManifestSizeBytes
Output only. The computed size of the fully expanded manifest.
Declaration
[JsonProperty("manifestSizeBytes")]
public virtual long? ManifestSizeBytes { get; set; }
Property Value
ManifestSizeLimitBytes
Output only. The size limit for expanded manifests in the project.
Declaration
[JsonProperty("manifestSizeLimitBytes")]
public virtual long? ManifestSizeLimitBytes { get; set; }
Property Value
Name
Output only. The name of the manifest.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
SelfLink
Output only. Self link for the manifest.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Implements