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."],[[["The content details the `DeleteChannelRequest` class, which is used to request the deletion of a channel in the Google Cloud Eventarc service, with the latest version being 2.6.0."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class."],["The `DeleteChannelRequest` class contains properties such as `ChannelName`, `Name`, and `ValidateOnly`, with `Name` being a required string that represents the name of the channel to be deleted."],["The class provides two constructors: a default constructor `DeleteChannelRequest()` and an overload constructor `DeleteChannelRequest(DeleteChannelRequest other)` for creating a copy of the object."],["The class is found within the `Google.Cloud.Eventarc.V1` namespace and is part of the `Google.Cloud.Eventarc.V1.dll` assembly, with a documented version history ranging from 1.0.0 to the latest 2.6.0."]]],[]]