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 page provides documentation for the `DeleteCdnKeyRequest` class within the Video Stitcher v1 API, specifically for version 2.0.0."],["The `DeleteCdnKeyRequest` class is used to create request messages for the `VideoStitcherService.deleteCdnKey` method and inherits from `object` while implementing several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, a default constructor, and a constructor that accepts another `DeleteCdnKeyRequest` as a parameter."],["The `DeleteCdnKeyRequest` class contains two properties: `CdnKeyName` that is a CdnKeyName-typed view and `Name` that is a required string property, representing the name of the CDN key to be deleted."],["The documentation includes a version history of the Google.Cloud.Video.Stitcher.V1 API, starting from version 1.0.0 up to the latest version 3.3.0."]]],[]]