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."],[[["This page provides documentation for the `DetachSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for the .NET platform."],["The content covers versions from 2.3.0 up to the latest release, 3.23.0, offering documentation for each version of `DetachSubscriptionRequest` class."],["`DetachSubscriptionRequest` is a request object used for the `DetachSubscription` method, inheriting from the `Object` class and implementing several interfaces."],["The class has two constructors and two key properties: `Subscription` (a string representing the subscription to detach) and `SubscriptionAsSubscriptionName` (a typed view of the subscription resource name)."]]],[]]