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."],[[["The webpage provides documentation for the `DetachSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically within the .NET library."],["The content details the inheritance and implementation of the `DetachSubscriptionRequest` class, which includes `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["There are numerous previous version of the API that are accessible within the page, going as far back as 2.3.0, and up to the latest version 3.23.0."],["The `DetachSubscriptionRequest` class has properties such as `Subscription` (a string) and `SubscriptionAsSubscriptionName` (a SubscriptionName type) which are used to detail the subscription being detached."],["The document provides details for the `DetachSubscriptionRequest` constructors, which allow for the creation of new instances of the class."]]],[]]