public sealed class UpdateCdnKeyRequest : IMessage<UpdateCdnKeyRequest>, IEquatable<UpdateCdnKeyRequest>, IDeepCloneable<UpdateCdnKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class UpdateCdnKeyRequest.
Request message for VideoStitcherService.updateCdnKey.
[[["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 available for the `UpdateCdnKeyRequest` is 3.3.0, and there are seven versions of the request available, spanning from 1.0.0 to 3.3.0."],["`UpdateCdnKeyRequest` is a class used within the Video Stitcher v1 API, specifically as a request message for updating a CDN key."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `UpdateCdnKeyRequest` class has two primary properties: `CdnKey`, which is the CDN key resource to replace the server resource, and `UpdateMask`, which specifies the fields to be updated."],["The class also has 2 constructors: one default constructor and one that takes another `UpdateCdnKeyRequest` object as a parameter."]]],[]]