public sealed class DeleteChannelRequest : IMessage<DeleteChannelRequest>, IEquatable<DeleteChannelRequest>, IDeepCloneable<DeleteChannelRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class DeleteChannelRequest.
[[["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-04-17 UTC."],[[["This document provides reference documentation for the `DeleteChannelRequest` class within the Eventarc v1 API, specifically version 2.4.0."],["The `DeleteChannelRequest` class is used to define the parameters for deleting a channel, including the channel's name and a `ValidateOnly` flag."],["This class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among other things, and inherits members from the `object` class."],["The document highlights two constructors for the class, along with three properties: `ChannelName` (typed view), `Name` (the channel name to be deleted), and `ValidateOnly` (a boolean for request validation)."],["The full list of versions available for this API is listed here, ranging from version 1.0.0 all the way up to the latest 2.6.0."]]],[]]