Class CompositeType
Holds the composite type.
Inheritance
CompositeType
Assembly: Google.Apis.DeploymentManager.v2beta.dll
Syntax
public class CompositeType : IDirectResponseSchema
Properties
Description
An optional textual description of the resource; provided by the client when the resource is created.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
ETag
Declaration
public virtual string ETag { get; set; }
Property Value
Id
Declaration
[JsonProperty("id")]
public virtual ulong? Id { get; set; }
Property Value
InsertTime
Output only. Creation timestamp in RFC3339 text format.
Declaration
[JsonProperty("insertTime")]
public virtual string InsertTime { get; set; }
Property Value
Labels
Map of labels; provided by the client when the resource is created or updated. Specifically: Label keys must
be between 1 and 63 characters long and must conform to the following regular expression:
[a-z]([-a-z0-9]*[a-z0-9])?
Label values must be between 0 and 63 characters long and must conform to the
regular expression ([a-z]([-a-z0-9]*[a-z0-9])?)?
.
Declaration
[JsonProperty("labels")]
public virtual IList<CompositeTypeLabelEntry> Labels { get; set; }
Property Value
Name
Name of the composite type, must follow the expression: [a-z]([-a-z0-9_.]{0,61}[a-z0-9])?
.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
Operation
Output only. The Operation that most recently ran, or is currently running, on this composite type.
Declaration
[JsonProperty("operation")]
public virtual Operation Operation { get; set; }
Property Value
SelfLink
Output only. Server defined URL for the resource.
Declaration
[JsonProperty("selfLink")]
public virtual string SelfLink { get; set; }
Property Value
Status
Declaration
[JsonProperty("status")]
public virtual string Status { get; set; }
Property Value
TemplateContents
Files for the template type.
Declaration
[JsonProperty("templateContents")]
public virtual TemplateContents TemplateContents { get; set; }
Property Value
Implements