public sealed class PurgeQueueRequest : IMessage<PurgeQueueRequest>, IEquatable<PurgeQueueRequest>, IDeepCloneable<PurgeQueueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2beta3 API class PurgeQueueRequest.
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-03-21 UTC."],[[["The `PurgeQueueRequest` class is a request message for the `PurgeQueue` operation within the Google Cloud Tasks v2beta3 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `object`."],["The class has two constructors: a default one `PurgeQueueRequest()` and another that takes an existing `PurgeQueueRequest` object as a parameter `PurgeQueueRequest(PurgeQueueRequest other)`."],["It contains two properties, `Name` (a string) and `QueueName` (a `QueueName` type), both of which are required for identifying the target queue to be purged."],["The latest version for this API is 3.0.0-beta07, and two other versions are also listed, 3.0.0-beta06, and 2.0.0-beta08."]]],[]]