public sealed class PauseQueueRequest : IMessage<PauseQueueRequest>, IEquatable<PauseQueueRequest>, IDeepCloneable<PauseQueueRequest>, IBufferMessage, IMessage
Request message for [PauseQueue][google.cloud.tasks.v2.CloudTasks.PauseQueue].
[[["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 `PauseQueueRequest` documentation is 3.5.0, with several prior versions available, including the currently viewed version 2.3.0."],["`PauseQueueRequest` is a request message for pausing a queue in Google Cloud Tasks, which inherits from `Object` and implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class provides two constructors: a default constructor `PauseQueueRequest()` and a copy constructor `PauseQueueRequest(PauseQueueRequest other)`."],["`PauseQueueRequest` has properties `Name` (a string) and `QueueName` (a `QueueName` type), with `Name` being a required field specifying the queue's resource name in the format: `projects/PROJECT_ID/location/LOCATION_ID/queues/QUEUE_ID`."]]],[]]