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-17 UTC."],[[["This webpage details the `PauseQueueRequest` class within the `Google.Cloud.Tasks.V2` namespace, used for pausing queues in Google Cloud Tasks."],["The latest version of the `PauseQueueRequest` class is 3.5.0, but the webpage is showing information for version 3.0.0, with older versions also available for viewing."],["`PauseQueueRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes two constructors: a default constructor and one that takes another `PauseQueueRequest` object as a parameter, allowing for cloning."],["Key properties of `PauseQueueRequest` include `Name` (a string representing the queue name) and `QueueName` (a `QueueName`-typed view of the queue name)."]]],[]]