public sealed class PurgeQueueRequest : IMessage<PurgeQueueRequest>, IEquatable<PurgeQueueRequest>, IDeepCloneable<PurgeQueueRequest>, IBufferMessage, IMessage
Request message for [PurgeQueue][google.cloud.tasks.v2.CloudTasks.PurgeQueue].
[[["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."],[[["The latest version of the `PurgeQueueRequest` is 3.5.0, but version 2.2.0 is currently being viewed, with a range of versions available from 2.2.0 through 3.5.0."],["`PurgeQueueRequest` is a request message utilized by the `PurgeQueue` function within `CloudTasks` for the Google Cloud Tasks V2 API."],["It inherits from the `Object` class and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` interfaces."],["The class includes properties such as `Name` (a string) and `QueueName` (of type `QueueName`), used to specify the queue to be purged."],["The class has 2 constructors available, one default and one that accepts another `PurgeQueueRequest` object."]]],[]]