public sealed class ResumeQueueRequest : IMessage<ResumeQueueRequest>, IEquatable<ResumeQueueRequest>, IDeepCloneable<ResumeQueueRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Tasks v2beta3 API class ResumeQueueRequest.
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 provides reference information for the `ResumeQueueRequest` class within the Google Cloud Tasks v2beta3 API, used to send a request to resume a queue."],["The `ResumeQueueRequest` class inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["There are two constructors available for `ResumeQueueRequest`: a default constructor and one that accepts another `ResumeQueueRequest` object."],["The class has two properties, `Name`, which is a string representing the queue name, and `QueueName`, a typed view of the `Name` property for working with the queue name as a `QueueName` object."],["The latest version of the `ResumeQueueRequest` class documentation is `3.0.0-beta07`, with prior versions available at `3.0.0-beta06`, and `2.0.0-beta08`."]]],[]]