public sealed class DeleteQueueRequest : IMessage<DeleteQueueRequest>, IEquatable<DeleteQueueRequest>, IDeepCloneable<DeleteQueueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2 API class DeleteQueueRequest.
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-03-21 UTC."],[[["This document provides reference information for the `DeleteQueueRequest` class within the Google Cloud Tasks v2 API for .NET."],["The `DeleteQueueRequest` class is used to construct requests for deleting a queue using the `DeleteQueue` method in the Cloud Tasks API."],["It implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, extending its functionality."],["The class offers properties like `Name` (a string) and `QueueName` (a `QueueName` object) to define the queue to be deleted, specifying the queue name and providing a typed view of the resource name."],["This class has multiple previous version available with version 3.5.0 being the latest, all the way down to 2.2.0."]]],[]]