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"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `DeleteQueueRequest` class within the `Google.Cloud.Tasks.V2` namespace, specifically version 2.3.0, which is a request message used to delete a queue within the Cloud Tasks API."],["The `DeleteQueueRequest` class inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` providing various functionalities such as deep cloning and message handling."],["The class has two constructors, a default constructor, and one that accepts another `DeleteQueueRequest` object as a parameter for creating a new instance based on an existing one."],["The `DeleteQueueRequest` class has two properties: `Name`, which is a string containing the full resource name of the queue to be deleted, and `QueueName`, which provides a typed view of the `Name` property."],["The page lists available versions of the `DeleteQueueRequest`, ranging from the latest version 3.5.0 down to version 2.2.0, providing links for each version."]]],[]]