API Keys v2 API - Class DeleteKeyRequest (1.3.0)

public sealed class DeleteKeyRequest : IMessage<DeleteKeyRequest>, IEquatable<DeleteKeyRequest>, IDeepCloneable<DeleteKeyRequest>, IBufferMessage, IMessage

Reference documentation and code samples for the API Keys v2 API class DeleteKeyRequest.

Request message for DeleteKey method.

Inheritance

object > DeleteKeyRequest

Namespace

Google.Cloud.ApiKeys.V2

Assembly

Google.Cloud.ApiKeys.V2.dll

Constructors

DeleteKeyRequest()

public DeleteKeyRequest()

DeleteKeyRequest(DeleteKeyRequest)

public DeleteKeyRequest(DeleteKeyRequest other)
Parameter
NameDescription
otherDeleteKeyRequest

Properties

Etag

public string Etag { get; set; }

Optional. The etag known to the client for the expected state of the key. This is to be used for optimistic concurrency.

Property Value
TypeDescription
string

KeyName

public KeyName KeyName { get; set; }

KeyName-typed view over the Name resource name property.

Property Value
TypeDescription
KeyName

Name

public string Name { get; set; }

Required. The resource name of the API key to be deleted.

Property Value
TypeDescription
string