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"]],[["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-04-09 UTC."],[[["The latest version of the `PauseQueueRequest` documentation is 3.5.0, with the provided content focusing on version 2.4.0."],["`PauseQueueRequest` is a message class used to request the pausing of a queue in Google Cloud Tasks."],["This class inherits from `Object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `PauseQueueRequest` class has two constructors and two key properties: `Name` (a string) and `QueueName` (a `QueueName` object)."],["The `Name` property, which is required, represents the queue name, and `QueueName` is a typed view of the name property, but in `QueueName` format."]]],[]]