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 reference documentation for the `DetachSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET developers."],["The `DetachSubscriptionRequest` class is used to make requests for the `DetachSubscription` method, and it implements several interfaces including `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The documentation outlines the class's inheritance from `object` and details its constructors, `DetachSubscriptionRequest()`, and `DetachSubscriptionRequest(DetachSubscriptionRequest)`, including parameter information."],["The `DetachSubscriptionRequest` class contains properties such as `Subscription`, a string representing the subscription to detach, and `SubscriptionAsSubscriptionName`, which is a typed view over the subscription resource name."],["The content shows the availability of various versions of the API, ranging from version 3.0.0 up to the latest version 3.23.0, and provides links to each version's documentation for `DetachSubscriptionRequest`."]]],[]]