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 latest version of the `DeleteSubscriptionRequest` class documentation is 3.23.0, and a history of past versions dating back to 2.3.0 is available, with each version having it's own documentation page."],["The `DeleteSubscriptionRequest` class is used to formulate requests for deleting a subscription within Google Cloud Pub/Sub, implementing multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteSubscriptionRequest` class has properties for the `Subscription` name and its `SubscriptionAsSubscriptionName` representation, with the subscription property being a required string parameter."],["The documentation details inherited members from the `object` class, constructors, properties, parameter information, and the format of the required subscription string, alongside listing the namespace and assembly."]]],[]]