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 Google Cloud 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`, providing functionality for message handling, equality checks, deep cloning, and buffer manipulation."],["The latest version of the API is 3.3.0, with versions ranging back to 1.0.0, all related to the `DeleteCdnKeyRequest` class."],["`DeleteCdnKeyRequest` has two constructors, one default and one that takes another `DeleteCdnKeyRequest` instance for initialization."],["The class contains properties, `CdnKeyName` which is a typed view of the resource name, and `Name` which is the string name of the CDN Key to delete, required for deletion."]]],[]]