public sealed class DeleteQueueRequest : IMessage<DeleteQueueRequest>, IEquatable<DeleteQueueRequest>, IDeepCloneable<DeleteQueueRequest>, IBufferMessage, IMessage
Request message for [DeleteQueue][google.cloud.tasks.v2.CloudTasks.DeleteQueue].
[[["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-04-17 UTC."],[[["This webpage details the `DeleteQueueRequest` class within the `Google.Cloud.Tasks.V2` namespace, used for requesting the deletion of a queue in Google Cloud Tasks."],["The `DeleteQueueRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `Object` class."],["The class provides two constructors, a default constructor and one that takes another `DeleteQueueRequest` instance as a parameter for copying."],["It has two properties, `Name` (a string) and `QueueName` (a `QueueName` type), both representing the name of the queue to be deleted."],["There are multiple versions of the DeleteQueueRequest page that can be accessed, ranging from version 2.2.0 to 3.5.0."]]],[]]