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 reference documentation for the `DetachSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for the .NET environment."],["The `DetachSubscriptionRequest` class is used to send requests for the `DetachSubscription` method, allowing the detachment of a specified subscription."],["The page details various versions of the API, ranging from 2.3.0 to the latest 3.23.0, offering a historical overview of the class's evolution."],["The `DetachSubscriptionRequest` class includes properties such as `Subscription` (a string representing the subscription name) and `SubscriptionAsSubscriptionName` (a typed view of the subscription name), which are used to identify the subscription to be detached."],["The DetachSubscriptionRequest implements multiple interfaces including IMessage, IEquatable, IDeepCloneable and IBufferMessage."]]],[]]