public sealed class DeleteChannelRequest : IMessage<DeleteChannelRequest>, IEquatable<DeleteChannelRequest>, IDeepCloneable<DeleteChannelRequest>, IBufferMessage, IMessage
[[["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 webpage provides documentation for the `DeleteChannelRequest` class, which is used to formulate requests for deleting channels within the Google Cloud Eventarc service."],["The `DeleteChannelRequest` class is part of the `Google.Cloud.Eventarc.V1` namespace and is contained within the `Google.Cloud.Eventarc.V1.dll` assembly."],["The latest version listed on the page is 2.6.0, with a history of versions including 2.5.0, 2.4.0, 2.3.0, 2.2.0, 2.1.0, 2.0.0, 1.3.0, 1.2.0, 1.1.0, and 1.0.0."],["The `DeleteChannelRequest` class has constructors for creating new instances, and includes properties like `ChannelName`, `Name`, and `ValidateOnly`, which are required for initiating a request to delete a channel."],["The class implements several interfaces, including IMessage\u003cDeleteChannelRequest\u003e, IEquatable\u003cDeleteChannelRequest\u003e, IDeepCloneable\u003cDeleteChannelRequest\u003e, IBufferMessage, and IMessage, and inherits members from the Object class."]]],[]]