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 library for .NET, specifically version 2.4.0."],["`DeleteQueueRequest` is a message class used to request the deletion of a queue in Google Cloud Tasks, implementing several interfaces for message handling, cloning, and comparison."],["The class inherits from `Object` and has two constructors: a default constructor and a constructor that takes another `DeleteQueueRequest` object."],["The `DeleteQueueRequest` class contains properties, such as `Name`, which is a required string that specifies the queue to be deleted, and `QueueName`, a typed view of the name property."],["The page offers a range of versions for this class, with version 3.5.0 as the latest."]]],[]]