public sealed class LookupKeyRequest : IMessage<LookupKeyRequest>, IEquatable<LookupKeyRequest>, IDeepCloneable<LookupKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API Keys v2 API class LookupKeyRequest.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["The `LookupKeyRequest` class is part of the API Keys v2 API and is used to make requests for the `LookupKey` method."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which provide functionalities for message handling, comparison, deep cloning, and buffer management."],["It is derived from the base `object` class, inheriting basic methods like `GetHashCode()`, `GetType()`, and `ToString()`."],["The class has a constructor that allows creating a new `LookupKeyRequest` object, and another that allows creating a copy of an existing `LookupKeyRequest`."],["It includes a `KeyString` property, which is required to specify the API key value for which to search."]]],[]]