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 page provides reference documentation for the `DeleteSubscriptionRequest` class within the Google Cloud Pub/Sub v1 API for .NET."],["The latest version of the API documented is 3.23.0, with a comprehensive list of previous versions available, spanning from 3.22.0 down to 2.3.0."],["The `DeleteSubscriptionRequest` class is used to request the deletion of a subscription and implements various interfaces such as `IMessage`, `IEquatable`, and `IDeepCloneable`."],["The class has two constructors, one default and one that takes another `DeleteSubscriptionRequest` object as a parameter, along with two key properties, `Subscription` (string) and `SubscriptionAsSubscriptionName` (SubscriptionName type)."],["The required property `Subscription` is a string that specifies which subscription to delete, using the format `projects/{project}/subscriptions/{sub}`."]]],[]]