public sealed class CreateKeyRequest : IMessage<CreateKeyRequest>, IEquatable<CreateKeyRequest>, IDeepCloneable<CreateKeyRequest>, IBufferMessage, IMessage
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-21 UTC."],[[["The latest version of the `CreateKeyRequest` class is 2.17.0, part of the `Google.Cloud.RecaptchaEnterprise.V1` namespace and is used to create a request message to create a new reCAPTCHA Enterprise key."],["The `CreateKeyRequest` class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class, providing methods like `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."],["The `CreateKeyRequest` class has two constructors: one default and another that takes another `CreateKeyRequest` instance as a parameter to create a copy of that instance."],["The class requires two main properties: `Key` to provide details for the reCAPTCHA Enterprise key being created and `Parent`, which specifies the project name in which to create the key, or `ParentAsProjectName`, which provides a resource name typed view of the project."],["The `CreateKeyRequest` message is available from version 1.2.0 to the current latest version 2.17.0, and can be found within the Google.Cloud.RecaptchaEnterprise.V1.dll assembly."]]],[]]