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 page provides documentation for the `DetachSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for the .NET environment."],["The `DetachSubscriptionRequest` class is used to create requests for the `DetachSubscription` method, allowing users to detach a subscription within the Pub/Sub service."],["The documentation lists various versions of the Google.Cloud.PubSub.V1 API, ranging from the latest 3.23.0 down to version 2.3.0, with each version linking to its own specific documentation."],["The `DetachSubscriptionRequest` class inherits from the base `object` class and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DetachSubscriptionRequest` class has two constructors and two properties, `Subscription` (a string) and `SubscriptionAsSubscriptionName` (of type `SubscriptionName`), with `Subscription` being required in order to detach a subscription."]]],[]]