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 document provides reference information for the `DeleteCdnKeyRequest` class within the Google Cloud Video Stitcher v1 API, detailing its implementation and usage for deleting a CDN key."],["The `DeleteCdnKeyRequest` class is used to construct a request message for the `VideoStitcherService.deleteCdnKey` method and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteCdnKeyRequest` class has a constructor that allows for either default initialization or cloning from another `DeleteCdnKeyRequest` instance."],["The class includes properties such as `CdnKeyName`, which represents the typed view over the resource name, and `Name`, which is a string property that holds the full resource name of the CDN key to be deleted."],["Multiple versions of the documentation are available for `DeleteCdnKeyRequest`, ranging from version 1.0.0 to the latest version 3.3.0, indicating the evolution of the API."]]],[]]