public sealed class PauseJobRequest : IMessage<PauseJobRequest>, IEquatable<PauseJobRequest>, IDeepCloneable<PauseJobRequest>, IBufferMessage, IMessage
Request message for [PauseJob][google.cloud.scheduler.v1.CloudScheduler.PauseJob].
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-07 UTC."],[[["This webpage provides documentation for the `PauseJobRequest` class within the `Google.Cloud.Scheduler.V1` namespace, specifically version 2.3.0 of the library."],["The `PauseJobRequest` class is a request message used to pause a job within the Google Cloud Scheduler service, implementing interfaces for messaging, equality, deep cloning, and buffer messaging."],["It inherits from the base `Object` class and features properties like `JobName` and `Name`, which are used to specify the job to be paused, such as \"projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID\"."],["The documentation also shows the available versions, with 3.5.0 being the latest and this current version being 2.3.0."],["It has two constructors, one default, and one that takes in a `PauseJobRequest` as a parameter."]]],[]]