API Keys v2 API - Class UndeleteKeyRequest (1.3.0)

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

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

Request message for UndeleteKey method.

Inheritance

object > UndeleteKeyRequest

Namespace

Google.Cloud.ApiKeys.V2

Assembly

Google.Cloud.ApiKeys.V2.dll

Constructors

UndeleteKeyRequest()

public UndeleteKeyRequest()

UndeleteKeyRequest(UndeleteKeyRequest)

public UndeleteKeyRequest(UndeleteKeyRequest other)
Parameter
NameDescription
otherUndeleteKeyRequest

Properties

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 undeleted.

Property Value
TypeDescription
string