Show / Hide Table of Contents

Class ConfigurationSpec

ConfigurationSpec holds the desired state of the Configuration (from the client).

Inheritance
object
ConfigurationSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX