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 page details the `DetachSubscriptionRequest` class, which is used to request the detachment of a subscription within the Google Cloud Pub/Sub service."],["The class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, for use within the Google.Protobuf framework."],["The `DetachSubscriptionRequest` class includes two constructors and two properties: `Subscription`, which is a string specifying the target subscription, and `SubscriptionAsSubscriptionName`, a typed view over the subscription name."],["The content provides a list of different versions of the `Google.Cloud.PubSub.V1` library, ranging from the latest 3.23.0 down to 2.3.0, providing a history and referencing the `DetachSubscriptionRequest` class in each."]]],[]]