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 covers the `DeleteCdnKeyRequest` class within the Google Cloud Video Stitcher v1 API, specifically version 3.2.0, which is used to request the deletion of a CDN key."],["The `DeleteCdnKeyRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer manipulation."],["The class includes two constructors, one default and one that takes another `DeleteCdnKeyRequest` object as a parameter, supporting basic object creation and copying, respectively."],["The `DeleteCdnKeyRequest` class contains properties like `CdnKeyName` (a typed view of the resource name) and `Name` (the resource name of the CDN key to delete), which are essential for identifying the CDN key to be removed."],["The latest version of the API is 3.3.0, which is documented along with other previous versions such as 3.1.0, 3.0.0, 2.0.0, 1.1.0 and 1.0.0, all of them regarding the `DeleteCdnKeyRequest` documentation."]]],[]]