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-03-21 UTC."],[[["This document provides reference documentation for the `DeleteChannelRequest` class within the Eventarc v1 API."],["The `DeleteChannelRequest` class is used to send a request to delete a channel and includes parameters such as the channel's name and a validation flag."],["This class implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, supporting various functionalities like deep cloning and protocol buffer interactions."],["The documentation covers various versions of the `DeleteChannelRequest` class, ranging from version 1.0.0 to the latest version 2.6.0, showing the evolution of this class over time."],["The `DeleteChannelRequest` class can be constructed with two different constructors, one being the default constructor and the second being a copy constructor."]]],[]]