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-31 UTC."],[[["The webpage provides documentation for the `DetachSubscriptionRequest` class within the `Google.Cloud.PubSub.V1` namespace, detailing its usage in .NET."],["This class is a request object used for the `DetachSubscription` method, and it inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DetachSubscriptionRequest` class includes properties such as `Subscription` (a string) and `SubscriptionAsSubscriptionName`, and also comes with two constructors, one of which has the possibility of receiving a `DetachSubscriptionRequest` object as a parameter."],["The page lists multiple versions of the `DetachSubscriptionRequest` documentation, ranging from version 3.23.0 down to version 2.3.0, allowing the user to see a historical log of the version history of this object."],["The documentation is part of the Google Cloud Pub/Sub .NET library, with the content on the page located within the `Google.Cloud.PubSub.V1.dll` assembly."]]],[]]