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, specifically for version 3.0.0-beta06."],["`ResumeQueueRequest` is a message class used to request the resumption of a queue in the Google Cloud Tasks API."],["The class inherits from `object` and implements `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of the `ResumeQueueRequest` class include `Name` (the queue name) and `QueueName` (a typed view over the `Name` property)."],["The document details the constructors for the class, `ResumeQueueRequest()` and `ResumeQueueRequest(ResumeQueueRequest other)` along with their parameters and descriptions."]]],[]]