public sealed class DetachSubscriptionRequest : IMessage<DetachSubscriptionRequest>, IEquatable<DetachSubscriptionRequest>, IDeepCloneable<DetachSubscriptionRequest>, IBufferMessage, IMessage
[[["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 focuses on the `DetachSubscriptionRequest` class within the `Google.Cloud.PubSub.V1` namespace, detailing its usage and properties."],["This class represents a request for the `DetachSubscription` method, and is implemented as a sealed class, inheriting from `Object` and implementing multiple interfaces."],["The `DetachSubscriptionRequest` class offers two constructors: a default constructor and one that accepts another `DetachSubscriptionRequest` object, and has two properties which are `Subscription`, a string that represents the name of the subscription to detach, and `SubscriptionAsSubscriptionName`, a strongly-typed view over the `Subscription` string."],["The page contains a list of versions of the Google Cloud Pub/Sub V1 library, which range from 2.3.0 to 3.23.0, with 3.23.0 being the latest version."],["This documentation provides links to access each different version of the `DetachSubscriptionRequest`, allowing for quick navigation to the relevant information for each respective version."]]],[]]