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-09 UTC."],[[["This webpage details the `DetachSubscriptionRequest` class within the `Google.Cloud.PubSub.V1` namespace, specifically version 2.10.0 of the library, and offers documentation for it's implementation."],["The `DetachSubscriptionRequest` class is used to construct requests for the `DetachSubscription` method, and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors, a default one and another that accepts a `DetachSubscriptionRequest` object for copying."],["Key properties of the class include `Subscription`, a string representing the subscription to detach, and `SubscriptionAsSubscriptionName`, which provides a typed view of the subscription resource name."],["This page provides a list of versions of `DetachSubscriptionRequest` ranging from version 2.3.0 to the latest version, 3.23.0, with links to the documentation of each."]]],[]]