public sealed class DeleteCdnKeyRequest : IMessage<DeleteCdnKeyRequest>, IEquatable<DeleteCdnKeyRequest>, IDeepCloneable<DeleteCdnKeyRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Video Stitcher v1 API class DeleteCdnKeyRequest.
Request message for VideoStitcherService.deleteCdnKey.
[[["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."],[[["This documentation provides details for the `DeleteCdnKeyRequest` class, which is part of the Google Cloud Video Stitcher v1 API, specifically for deleting a CDN key."],["The `DeleteCdnKeyRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, allowing for various functionalities such as message handling, equality comparisons, deep cloning, and buffer message support."],["The class includes constructors for creating a new `DeleteCdnKeyRequest` object and for creating one based on an existing `DeleteCdnKeyRequest` instance."],["The `DeleteCdnKeyRequest` class contains two primary properties, `CdnKeyName` and `Name`, which are utilized to identify the specific CDN key that will be deleted."],["This `DeleteCdnKeyRequest` class is compatible with several versions, including the latest version 3.3.0 and other previous versions down to version 1.0.0."]]],[]]