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 `CreateKeyRequest` class is used to request the creation of a reCAPTCHA Enterprise key and it is part of the `Google.Cloud.RecaptchaEnterprise.V1` namespace."],["This message class implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing various functionalities for message handling, comparison, deep cloning, and buffered operations."],["The latest version documented is 2.17.0, while the initial version listed is 1.2.0, with multiple versions available in between, all providing their own documentation for `CreateKeyRequest`."],["The class has two constructors, a default constructor `CreateKeyRequest()` and an overloaded constructor `CreateKeyRequest(CreateKeyRequest other)`, and it contains properties like `Key`, `Parent`, and `ParentAsProjectName`."],["The `CreateKeyRequest` class also inherits from `Object` and provides inherited methods such as `GetHashCode`, `GetType`, `MemberwiseClone`, and `ToString`."]]],[]]