Class ConfigurationSpec
ConfigurationSpec holds the desired state of the Configuration (from the client).
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v1.Data
Assembly: Google.Apis.CloudRun.v1.dll
Syntax
public class ConfigurationSpec : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Template
Template holds the latest specification for the Revision to be stamped out.
Declaration
[JsonProperty("template")]
public virtual RevisionTemplate Template { get; set; }
Property Value
Type | Description |
---|---|
RevisionTemplate |