public sealed class GetKeyStringRequest : IMessage<GetKeyStringRequest>, IEquatable<GetKeyStringRequest>, IDeepCloneable<GetKeyStringRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the API Keys v2 API class GetKeyStringRequest.
[[["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 API Keys v2 API is 1.4.0, with older versions including 1.3.0, 1.2.0, 1.1.0, and 1.0.0 also available."],["`GetKeyStringRequest` is a class used for requesting a key string, serving as the request message for the `GetKeyString` method in the API Keys v2 API."],["This class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["`GetKeyStringRequest` has two constructors: one default and one that accepts another `GetKeyStringRequest` object as a parameter for copying."],["The class contains two properties: `KeyName`, which is a `KeyName`-typed view of the resource name, and `Name`, which represents the required resource name of the API key to be retrieved."]]],[]]