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, specifically for version 2.7.0."],["The `DetachSubscriptionRequest` class is used to create requests for the `DetachSubscription` method, as a part of the Google Cloud Pub/Sub service."],["The class implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, which enhance its functionality."],["It includes constructors for creating instances of `DetachSubscriptionRequest` and properties like `Subscription` and `SubscriptionAsSubscriptionName` to configure the request."],["The page also lists links to the `DetachSubscriptionRequest` documentation for various versions, ranging from 2.3.0 to 3.23.0, with 3.23.0 being the latest."]]],[]]