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 for .NET."],["The `DetachSubscriptionRequest` class is used to request the detachment of a subscription and implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class has a constructor that allows creating an instance, with an option to copy another instance through another constructor overload, as well as `Subscription` and `SubscriptionAsSubscriptionName` properties."],["There is a list of 30 versions of this api, with version 3.23.0 being the latest version, and 3.11.0 being the one specifically documented on the page."]]],[]]