Class CreateKeyRequest

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

The create key request message.

Inheritance

Object > CreateKeyRequest

Namespace

Google.Cloud.RecaptchaEnterprise.V1Beta1

Assembly

Google.Cloud.RecaptchaEnterprise.V1Beta1.dll

Constructors

CreateKeyRequest()

public CreateKeyRequest()

CreateKeyRequest(CreateKeyRequest)

public CreateKeyRequest(CreateKeyRequest other)
Parameter
TypeNameDescription
CreateKeyRequestother

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_number}".

Property Value
TypeDescription
String

ParentAsProjectName

public ProjectName ParentAsProjectName { get; set; }

ProjectName-typed view over the Parent resource name property.

Property Value
TypeDescription
ProjectName