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."],[[["The `DeleteChannelRequest` class is part of the Eventarc v1 API in the Google Cloud .NET library, serving as the request message for the `DeleteChannel` method."],["This class allows users to request the deletion of a channel, with the current latest version being 2.6.0 and previous versions available from 2.5.0 down to 1.0.0."],["The `DeleteChannelRequest` class includes properties like `Name` (the channel to be deleted), `ChannelName` (a typed view over the name property), and `ValidateOnly` (to preview deletion without executing)."],["It implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and also inherits members from the `object` class."],["The class provides two constructors, one default and one that takes another `DeleteChannelRequest` instance for parameter copying."]]],[]]