Class GoogleCloudRunV2StopInstanceRequest
Request message for deleting an Instance.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2StopInstanceRequest : IDirectResponseSchema
Properties
ETag
Optional. A system-generated fingerprint for this version of the resource. This may be used to detect modification conflict during updates.
Declaration
[JsonProperty("etag")]
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ValidateOnly
Optional. Indicates that the request should be validated without actually stopping any resources.
Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
| Type | Description |
|---|---|
| bool? |