public sealed class PauseQueueRequest : IMessage<PauseQueueRequest>, IEquatable<PauseQueueRequest>, IDeepCloneable<PauseQueueRequest>, IBufferMessage, IMessage
Request message for [PauseQueue][google.cloud.tasks.v2beta3.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-07-02 UTC."],[[["This document describes the `PauseQueueRequest` class, which is used to send requests to pause a queue within the Google Cloud Tasks service, specifically in version `2.0.0-beta08`."],["The `PauseQueueRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, enabling various functionalities such as message handling, equality comparisons, deep cloning, and buffer management."],["The class inherits from the `Object` class and includes methods such as `GetHashCode()`, `GetType()`, `MemberwiseClone()`, and `ToString()` which are all inherited from the base `Object` class."],["There are two constructors for `PauseQueueRequest`, one default constructor and another one that accepts another `PauseQueueRequest` object as a parameter."],["The `PauseQueueRequest` class has two key properties: `Name`, a string representing the queue name, and `QueueName`, a typed view of the name as a `QueueName` object, which is required."]]],[]]