Google Cloud reCAPTCHA Enterprise v1 API - Class CreateKeyRequest (2.12.0)

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

Reference documentation and code samples for the Google Cloud reCAPTCHA Enterprise v1 API class CreateKeyRequest.

The create key request message.

Inheritance

object > CreateKeyRequest

Namespace

Google.Cloud.RecaptchaEnterprise.V1

Assembly

Google.Cloud.RecaptchaEnterprise.V1.dll

Constructors

CreateKeyRequest()

public CreateKeyRequest()

CreateKeyRequest(CreateKeyRequest)

public CreateKeyRequest(CreateKeyRequest other)
Parameter
NameDescription
otherCreateKeyRequest

Properties

Key

public Key Key { get; set; }

Required. Information to create a reCAPTCHA Enterprise key.

Property Value
TypeDescription
Key

Parent

public string Parent { get; set; }

Required. The name of the project in which the key will be created, in the format projects/{project}.

Property Value
TypeDescription
string

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName