Class GoogleCloudRunV2CancelExecutionRequest
Request message for deleting an Execution.
Implements
Inherited Members
Namespace: Google.Apis.CloudRun.v2.Data
Assembly: Google.Apis.CloudRun.v2.dll
Syntax
public class GoogleCloudRunV2CancelExecutionRequest : IDirectResponseSchema
Properties
ETag
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
Indicates that the request should be validated without actually cancelling any resources.
Declaration
[JsonProperty("validateOnly")]
public virtual bool? ValidateOnly { get; set; }
Property Value
Type | Description |
---|---|
bool? |