public sealed class ResumeEvaluationJobRequest : IMessage<ResumeEvaluationJobRequest>, IEquatable<ResumeEvaluationJobRequest>, IDeepCloneable<ResumeEvaluationJobRequest>, IBufferMessage, IMessage
[[["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 available for the `ResumeEvaluationJobRequest` is 2.0.0-beta05, with version 1.0.0-beta03 also listed."],["`ResumeEvaluationJobRequest` is a request message used to resume an evaluation job, which implements multiple interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This class inherits from `Object` and has constructors for creating new instances, either default or by copying another `ResumeEvaluationJobRequest`."],["The class includes properties such as `EvaluationJobName` (a typed view) and `Name` (a string), which are used to specify the target evaluation job."],["The required format for the `Name` property is \"projects/{project_id}/evaluationJobs/{evaluation_job_id}\"."]]],[]]