public sealed class GetCdnKeyRequest : IMessage<GetCdnKeyRequest>, IEquatable<GetCdnKeyRequest>, IDeepCloneable<GetCdnKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class GetCdnKeyRequest.
Request message for VideoStitcherService.getCdnKey.
[[["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 `GetCdnKeyRequest` class is part of the Video Stitcher v1 API, serving as a request message for retrieving a CDN key."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enhancing its functionality and compatibility within the .NET ecosystem."],["The latest version available in this documentation is 3.3.0, while there are 7 versions of the API, from 1.0.0 to 3.3.0 listed in the content provided."],["The `GetCdnKeyRequest` class has two constructors, one default and another that accepts a `GetCdnKeyRequest` object to clone it, in addition to having `CdnKeyName` and `Name` properties."]]],[]]