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-31 UTC."],[[["This webpage provides reference documentation for the `DeleteSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET developers."],["The content details the various versions of the API, from version 2.3.0 up to the latest, 3.23.0, each with links to the `DeleteSubscriptionRequest` documentation."],["The page describes the `DeleteSubscriptionRequest` class's inheritance, which stems from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["It outlines the constructors for `DeleteSubscriptionRequest` and describes the properties, `Subscription` and `SubscriptionAsSubscriptionName`, which are essential for specifying the subscription to be deleted, including the format of the `Subscription` property."],["The documentation pertains to the namespace `Google.Cloud.PubSub.V1` within the `Google.Cloud.PubSub.V1.dll` assembly, clarifying the context of the API class."]]],[]]