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-25 UTC."],[[["The `CreateKeyRequest` class is used to create a request for a reCAPTCHA Enterprise key."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `CreateKeyRequest` class includes properties such as `Key`, which is required to store the information needed to create a key, and `Parent`, which specifies the project in which the key will be created."],["The document details versions of this message from 2.17.0 all the way down to 1.2.0, with the latest being 2.17.0, and this covers the message in version 1.4.0 specifically."],["The class includes two constructors, one default and one that accepts another `CreateKeyRequest` object as a parameter for cloning."]]],[]]