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."],[[["The content provides reference documentation for the `DetachSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET development."],["The latest version of the API documented is 3.23.0, and the page lists versions going back to 2.3.0, each with links to the corresponding `DetachSubscriptionRequest` documentation."],["The `DetachSubscriptionRequest` class is used to make requests for the `DetachSubscription` method and includes properties like `Subscription` and `SubscriptionAsSubscriptionName` to define which subscription to detach."],["The `DetachSubscriptionRequest` class inherits from `object` and implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors provided for creating a `DetachSubscriptionRequest` instance, one is the default and the other accepts another instance as a parameter, along with a list of inherited members."]]],[]]