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-04-02 UTC."],[[["This webpage details the `DetachSubscriptionRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically version 2.8.0, which is used for detaching a subscription."],["The `DetachSubscriptionRequest` class inherits from `Object` and implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class offers two constructors: a default one, `DetachSubscriptionRequest()`, and another that accepts an existing `DetachSubscriptionRequest` object, `DetachSubscriptionRequest(DetachSubscriptionRequest other)`."],["The `DetachSubscriptionRequest` class includes two key properties: `Subscription` (a string representing the subscription to detach) and `SubscriptionAsSubscriptionName` (a typed view of the subscription name)."],["The page provides links to previous versions of the DetachSubscriptionRequest class, allowing for navigation between the releases, from 3.23.0 down to 2.3.0."]]],[]]