public sealed class DeleteKeyRequest : IMessage<DeleteKeyRequest>, IEquatable<DeleteKeyRequest>, IDeepCloneable<DeleteKeyRequest>, IBufferMessage, IMessageReference documentation and code samples for the API Keys v2 API class DeleteKeyRequest.
Request message for DeleteKey method.
Implements
IMessage<DeleteKeyRequest>, IEquatable<DeleteKeyRequest>, IDeepCloneable<DeleteKeyRequest>, IBufferMessage, IMessageNamespace
Google.Cloud.ApiKeys.V2Assembly
Google.Cloud.ApiKeys.V2.dll
Constructors
DeleteKeyRequest()
public DeleteKeyRequest()DeleteKeyRequest(DeleteKeyRequest)
public DeleteKeyRequest(DeleteKeyRequest other)| Parameter | |
|---|---|
| Name | Description |
other |
DeleteKeyRequest |
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 | |
|---|---|
| Type | Description |
String |
|
KeyName
public KeyName KeyName { get; set; }| Property Value | |
|---|---|
| Type | Description |
KeyName |
|
Name
public string Name { get; set; }Required. The resource name of the API key to be deleted.
| Property Value | |
|---|---|
| Type | Description |
String |
|