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 latest version of the API documented is 3.23.0, with a history of versions dating back to 2.3.0."],["`DetachSubscriptionRequest` is used to request the detachment of a subscription and is implemented with IMessage, IEquatable, IDeepCloneable, and IBufferMessage."],["The class includes properties like `Subscription` (string) and `SubscriptionAsSubscriptionName` to manage the subscription resource name."],["Constructors for `DetachSubscriptionRequest` are provided, allowing for the creation of a new instance, or by cloning an existing `DetachSubscriptionRequest`."]]],[]]