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-31 UTC."],[[["This webpage provides documentation for the `DetachSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET developers."],["The `DetachSubscriptionRequest` class is used to represent requests for the `DetachSubscription` method, which is part of the Google Cloud Pub/Sub API."],["The page lists various versions of the API, with version 3.23.0 being the latest, and version 3.7.0 being the primary focus of the detailed documentation."],["The `DetachSubscriptionRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has two constructors, a default constructor and one that takes another `DetachSubscriptionRequest` instance, and it includes properties like `Subscription` and `SubscriptionAsSubscriptionName` for specifying the subscription to detach."]]],[]]