public sealed class ResumeQueueRequest : IMessage<ResumeQueueRequest>, IEquatable<ResumeQueueRequest>, IDeepCloneable<ResumeQueueRequest>, IBufferMessage, IMessage
Request message for [ResumeQueue][google.cloud.tasks.v2beta3.CloudTasks.ResumeQueue].
[[["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."],[[["This document outlines the `ResumeQueueRequest` class within the `Google.Cloud.Tasks.V2Beta3` namespace, specifically version 2.0.0-beta08."],["`ResumeQueueRequest` is a message type used to request the resumption of a queue, implementing several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes a `Name` property (string) and a `QueueName` property (of type `QueueName`) for specifying the queue to be resumed, the `Name` is required."],["There are two constructors available for the class, a default constructor, and a copy constructor."],["The document includes links to inherited members like `Object.GetHashCode()` and `Object.GetType()`, as well as links to other pages of related versions and types."]]],[]]