public sealed class DeleteTopicRequest : IMessage<DeleteTopicRequest>, IEquatable<DeleteTopicRequest>, IDeepCloneable<DeleteTopicRequest>, IBufferMessage, IMessage
[[["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."],[[["The latest version of the `DeleteTopicRequest` documentation is 3.23.0, while version 3.2.0 is also detailed in the content, along with other versions ranging from 2.3.0 to 3.22.0."],["`DeleteTopicRequest` is a request object for the `DeleteTopic` method, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteTopicRequest` class has properties, such as `Topic`, which is a string representing the name of the topic to be deleted, and `TopicAsTopicName`, which provides a typed view over the `Topic` property."],["The `DeleteTopicRequest` can be instantiated using a parameterless constructor or a constructor that takes another `DeleteTopicRequest` object."],["The `DeleteTopicRequest` documentation provided is part of the `Google.Cloud.PubSub.V1` namespace, which is included in the `Google.Cloud.PubSub.V1.dll` assembly."]]],[]]