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."],[[["The page provides reference documentation for the `DeleteSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API, specifically for .NET."],["The latest version of the documentation available is 3.23.0, but it also includes documentation for various older versions, starting from 2.3.0, up until the latest release."],["`DeleteSubscriptionRequest` is a request object used to delete a Pub/Sub subscription, which is required to be passed a subscription string."],["The class `DeleteSubscriptionRequest` has two constructors and two properties, `Subscription` and `SubscriptionAsSubscriptionName`."],["`DeleteSubscriptionRequest` implements interfaces such as IMessage, IEquatable, IDeepCloneable, and IBufferMessage."]]],[]]