public sealed class ResumeJobRequest : IMessage<ResumeJobRequest>, IEquatable<ResumeJobRequest>, IDeepCloneable<ResumeJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Scheduler v1 API class ResumeJobRequest.
Request message for
[ResumeJob][google.cloud.scheduler.v1.CloudScheduler.ResumeJob].
[[["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."],[[["The latest version of the `ResumeJobRequest` class for the Google Cloud Scheduler v1 API is version 3.5.0, and it is a request message used for the `ResumeJob` operation."],["The `ResumeJobRequest` class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, providing functionality for message handling, equality comparison, deep cloning, and buffer manipulation."],["The `ResumeJobRequest` class has two constructors, one default and one that takes another `ResumeJobRequest` object as a parameter to enable copying."],["The `ResumeJobRequest` class contains two properties, `JobName`, which offers a typed view over the resource name, and `Name`, which is a string that represents the job's unique identifier."],["The `ResumeJobRequest` class is found within the `Google.Cloud.Scheduler.V1` namespace and is part of the `Google.Cloud.Scheduler.V1.dll` assembly."]]],[]]