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 reference documentation for the `DetachSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET developers."],["The latest version of the API documented is 3.23.0, and the page lists versions going back to 2.3.0, all of which contain documentation for the same `DetachSubscriptionRequest` class."],["The `DetachSubscriptionRequest` class is used to construct requests for detaching a subscription, with the primary property being `Subscription`, which is a string representing the name of the subscription."],["The class implements several interfaces, including `IMessage`, `IEquatable`, and `IDeepCloneable`, and inherits members from the base `object` class."],["The page defines the properties `Subscription` and `SubscriptionAsSubscriptionName` which are used to identify the subscription."]]],[]]