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."],[[["The `DeleteCdnKeyRequest` class is part of the Video Stitcher v1 API, and is used to request the deletion of a CDN key."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, making it compatible with protocol buffers and providing functionalities like deep cloning and equality comparisons."],["The `DeleteCdnKeyRequest` class contains two constructors: a default one and another that takes another `DeleteCdnKeyRequest` instance for copying, alongside the `CdnKeyName` and `Name` properties."],["The `Name` property is required and specifies the resource name of the CDN key to delete, structured as `projects/{project_number}/locations/{location}/cdnKeys/{id}`."],["The latest version of the `DeleteCdnKeyRequest` class is 3.3.0 and the version currently documented is 1.0.0, however there are many other versions available, like 3.2.0, 3.1.0, 3.0.0, 2.0.0, and 1.1.0."]]],[]]