Show / Hide Table of Contents

Class GoogleCloudRunV2CancelExecutionRequest

Request message for deleting an Execution.

Inheritance
object
GoogleCloudRunV2CancelExecutionRequest
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.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?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX