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."],[[["This webpage provides documentation for the `DetachSubscriptionRequest` class within the `Google.Cloud.PubSub.V1` namespace, detailing its properties, constructors, and implemented interfaces."],["The `DetachSubscriptionRequest` class is used to make requests for the `DetachSubscription` method and inherits from `Object`, while also implementing `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class features two constructors, a default constructor, and one that takes another `DetachSubscriptionRequest` object as a parameter."],["The `DetachSubscriptionRequest` class has two key properties, `Subscription` which is a string representing the subscription to be detached and `SubscriptionAsSubscriptionName`, which is a typed view of the `Subscription` as a resource name."],["The documentation provides a list of available versions of the `Google.Cloud.PubSub.V1`, ranging from 2.3.0 to the latest version, 3.23.0, allowing users to access previous releases."]]],[]]