public sealed class DeleteChannelConnectionRequest : IMessage<DeleteChannelConnectionRequest>, IEquatable<DeleteChannelConnectionRequest>, IDeepCloneable<DeleteChannelConnectionRequest>, IBufferMessage, IMessage
The request message for the DeleteChannelConnection method.
[[["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 webpage details the `DeleteChannelConnectionRequest` class within the `Google.Cloud.Eventarc.V1` namespace, specifically for version 1.3.0 of the Google Cloud Eventarc .NET library."],["The `DeleteChannelConnectionRequest` class is a request message used for the `DeleteChannelConnection` method, and it inherits from `Object` while implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor and a constructor that accepts another `DeleteChannelConnectionRequest` object."],["It includes properties `ChannelConnectionName` and `Name`, where `Name` is a required field specifying the name of the channel connection to be deleted, and `ChannelConnectionName` is the typed view for the `Name` property."],["The page lists available versions of the `DeleteChannelConnectionRequest`, ranging from version 1.0.0 up to 2.6.0, with 2.6.0 being the latest."]]],[]]