public sealed class DeleteChannelConnectionRequest : IMessage<DeleteChannelConnectionRequest>, IEquatable<DeleteChannelConnectionRequest>, IDeepCloneable<DeleteChannelConnectionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Eventarc v1 API class DeleteChannelConnectionRequest.
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."],[[["The latest version of the `DeleteChannelConnectionRequest` class is 2.6.0, part of the Google.Cloud.Eventarc.V1 API."],["This class is a request message for the `DeleteChannelConnection` method within the Eventarc v1 API."],["The `DeleteChannelConnectionRequest` class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and one that takes another `DeleteChannelConnectionRequest` as a parameter, and also has two properties namely `ChannelConnectionName` which is of type `ChannelConnectionName` and `Name` which is a string type."],["The `Name` property of the `DeleteChannelConnectionRequest` class represents the name of the channel connection that is required for deletion."]]],[]]