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 CDN key information."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has two constructors: a default one (`GetCdnKeyRequest()`) and one that accepts another `GetCdnKeyRequest` object (`GetCdnKeyRequest(GetCdnKeyRequest other)`)."],["The `GetCdnKeyRequest` class includes two properties, `CdnKeyName` which is of type `CdnKeyName` for a typed view and `Name` which is a string and is a required property, representing the resource name of the CDN key to be retrieved."],["The latest version available for the `GetCdnKeyRequest` is 3.3.0, with previous versions back to 1.0.0 available."]]],[]]