Class GoogleCloudRun
GoogleCloudRun represents the Cloud Run runtime.
Implements
Inherited Members
Namespace: Google.Apis.DeveloperConnect.v1.Data
Assembly: Google.Apis.DeveloperConnect.v1.dll
Syntax
public class GoogleCloudRun : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ServiceUri
Required. Immutable. The name of the Cloud Run service. Format:
projects/{project}/locations/{location}/services/{service}.
Declaration
[JsonProperty("serviceUri")]
public virtual string ServiceUri { get; set; }
Property Value
| Type | Description |
|---|---|
| string |