public sealed class PurgeQueueRequest : IMessage<PurgeQueueRequest>, IEquatable<PurgeQueueRequest>, IDeepCloneable<PurgeQueueRequest>, IBufferMessage, IMessage
Request message for [PurgeQueue][google.cloud.tasks.v2beta3.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-06-12 UTC."],[[["The `PurgeQueueRequest` class is used to create request messages for the `PurgeQueue` function within the Google Cloud Tasks V2Beta3 service."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality checks, deep cloning, and buffer management."],["The `PurgeQueueRequest` class has two constructors, a default one and one that accepts another `PurgeQueueRequest` object as a parameter."],["It contains properties such as `Name` and `QueueName` to define the target queue for the purge operation, where `Name` is a string, and `QueueName` is a typed view over the resource name."],["The latest available version for `PurgeQueueRequest` is 3.0.0-beta07, while version 2.0.0-beta08 is also available."]]],[]]