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"]],[["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."],[[["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."]]],[]]