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 document provides information on the `DeleteChannelRequest` class, which is used for sending requests to delete channels in the Google Cloud Eventarc service."],["The `DeleteChannelRequest` class is part of the `Google.Cloud.Eventarc.V1` namespace and is available in the `Google.Cloud.Eventarc.V1.dll` assembly, supporting multiple versions ranging from 1.0.0 to 2.6.0."],["The `DeleteChannelRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, indicating its role in message handling and data management within the .NET environment."],["The `DeleteChannelRequest` class has multiple properties such as `ChannelName`, `Name`, and `ValidateOnly`, which are used to specify the channel to delete and handle validation requests."],["There are two constructors for `DeleteChannelRequest`, one being a default and the other taking a `DeleteChannelRequest` parameter."]]],[]]