public sealed class DetachSubscriptionRequest : IMessage<DetachSubscriptionRequest>, IEquatable<DetachSubscriptionRequest>, IDeepCloneable<DetachSubscriptionRequest>, IBufferMessage, IMessage
[[["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 `DetachSubscriptionRequest` class within the `Google.Cloud.PubSub.V1` namespace, used for requesting the detachment of a subscription."],["The `DetachSubscriptionRequest` class, found in the `Google.Cloud.PubSub.V1.dll` assembly, implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class contains the property `Subscription`, a required string specifying the subscription to detach, formatted as `projects/{project}/subscriptions/{subscription}`."],["The webpage provides a list of available documentation for the `DetachSubscriptionRequest` class, spanning versions from 3.23.0 down to 2.3.0."],["There are 2 constructors for `DetachSubscriptionRequest`, one default and one taking `DetachSubscriptionRequest other` as a parameter."]]],[]]