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."],[[["This webpage provides documentation for the `DetachSubscriptionRequest` class within the `Google.Cloud.PubSub.V1` namespace, detailing its usage in .NET."],["The `DetachSubscriptionRequest` class is used to request the detachment of a subscription, requiring a subscription name in the format `projects/{project}/subscriptions/{subscription}`."],["The page includes a list of versions of the `DetachSubscriptionRequest` class, from version 2.3.0 up to the latest version, 3.23.0, linking to each specific version's documentation."],["`DetachSubscriptionRequest` implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the base `Object` class, extending its capabilities."],["The class has two constructors: a default constructor and one that takes another `DetachSubscriptionRequest` instance, which is useful for creating copies, and it has two main properties `Subscription`, and `SubscriptionAsSubscriptionName`."]]],[]]