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 latest version available for this resource is 3.23.0, with many other versions also provided dating back to 2.3.0, all of which are listed with links for navigation."],["The `DetachSubscriptionRequest` class inherits from `System.Object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It includes two constructors: a parameterless one and one that takes another `DetachSubscriptionRequest` object, allowing for object cloning."],["The class's key properties are `Subscription`, which is a required string representing the subscription to detach, and `SubscriptionAsSubscriptionName`, providing a typed view of the subscription name."]]],[]]