public sealed class DeleteSubscriptionRequest : IMessage<DeleteSubscriptionRequest>, IEquatable<DeleteSubscriptionRequest>, IDeepCloneable<DeleteSubscriptionRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Pub/Sub v1 API class DeleteSubscriptionRequest.
[[["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 webpage provides reference documentation for the `DeleteSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET developers."],["The content covers various versions of the API, ranging from version 2.3.0 up to the latest version 3.23.0, allowing users to navigate to the documentation of different versions."],["`DeleteSubscriptionRequest` is a class used to request the deletion of a Pub/Sub subscription, and it includes properties like `Subscription` and `SubscriptionAsSubscriptionName` to identify the subscription to be deleted."],["The `DeleteSubscriptionRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits members from the base `object` class, which are detailed in the documentation."],["This documentation highlights the constructors for `DeleteSubscriptionRequest` which includes the standard, and a copy constructor."]]],[]]