Show / Hide Table of Contents

Class ServiceSpecRunLatest

ServiceSpecRunLatest contains the options for always having a route to the latest configuration. See ServiceSpec for more details.

Inheritance
System.Object
ServiceSpecRunLatest
Implements
IDirectResponseSchema
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Google.Apis.CloudRun.v1alpha1.Data
Assembly: Google.Apis.CloudRun.v1alpha1.dll
Syntax
public class ServiceSpecRunLatest : IDirectResponseSchema

Properties

Configuration

The configuration for this service.

Declaration
[JsonProperty("configuration")]
public virtual ConfigurationSpec Configuration { get; set; }
Property Value
Type Description
ConfigurationSpec

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
System.String

Implements

IDirectResponseSchema
Back to top