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 documentation for the `DetachSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically within the .NET environment."],["The latest version of the documentation is 3.23.0, but this page is currently displaying the information for version 3.16.0, which can also be found on the list of versions available."],["`DetachSubscriptionRequest` is used to make a request for the `DetachSubscription` method, allowing for the detachment of a specific subscription."],["The class includes properties such as `Subscription` (a string representing the subscription's resource name) and `SubscriptionAsSubscriptionName` (a typed view of the subscription resource name)."],["This class inherits from various interfaces and the object class such as IMessage, IDeepCloneable, and IEquatable, and has inherited members such as GetHashCode(), GetType(), and ToString() from object."]]],[]]