public sealed class GetKeyRequest : IMessage<GetKeyRequest>, IEquatable<GetKeyRequest>, IDeepCloneable<GetKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class GetKeyRequest.
The get key request message.
Implements
IMessageGetKeyRequest, IEquatableGetKeyRequest, IDeepCloneableGetKeyRequest, IBufferMessage, IMessageNamespace
Google.Cloud.RecaptchaEnterprise.V1Assembly
Google.Cloud.RecaptchaEnterprise.V1.dll
Constructors
GetKeyRequest()
public GetKeyRequest()
GetKeyRequest(GetKeyRequest)
public GetKeyRequest(GetKeyRequest other)
Parameter | |
---|---|
Name | Description |
other | GetKeyRequest |
Properties
KeyName
public KeyName KeyName { get; set; }
Property Value | |
---|---|
Type | Description |
KeyName |
Name
public string Name { get; set; }
Required. The name of the requested key, in the format
projects/{project}/keys/{key}
.
Property Value | |
---|---|
Type | Description |
string |