public sealed class DetachSubscriptionRequest : IMessage<DetachSubscriptionRequest>, IEquatable<DetachSubscriptionRequest>, IDeepCloneable<DetachSubscriptionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class DetachSubscriptionRequest.
[[["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."],[[["The latest version available for the `DetachSubscriptionRequest` class is 3.23.0, and the page covers versions ranging down to 2.3.0."],["The `DetachSubscriptionRequest` class is part of the Google Cloud Pub/Sub v1 API and is used to request the detachment of a subscription."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has two constructors, one default and one that takes another `DetachSubscriptionRequest` object as a parameter for copying."],["Key properties of the `DetachSubscriptionRequest` include `Subscription` (a string) and `SubscriptionAsSubscriptionName` (a `SubscriptionName` type), both of which are related to the subscription being detached."]]],[]]