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-04-09 UTC."],[[["This webpage provides documentation for the `DetachSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically version 3.17.0."],["The `DetachSubscriptionRequest` class is used to request the detachment of a subscription and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The documentation lists multiple versions of the API, ranging from version 2.3.0 to the latest version 3.23.0, all having the same detach request page."],["The class has two constructors, a default constructor and a constructor that takes another `DetachSubscriptionRequest` object as a parameter, allowing you to copy another object into this one."],["The `DetachSubscriptionRequest` class has properties like `Subscription` (a string) and `SubscriptionAsSubscriptionName` (a `SubscriptionName` object) for specifying the subscription to be detached."]]],[]]