public sealed class DeleteJobRequest : IMessage<DeleteJobRequest>, IEquatable<DeleteJobRequest>, IDeepCloneable<DeleteJobRequest>, IBufferMessage, IMessage
Request message for deleting a job using
[DeleteJob][google.cloud.scheduler.v1.CloudScheduler.DeleteJob].
[[["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."],[[["The `DeleteJobRequest` class is used to create a request for deleting a job via the `DeleteJob` method in the Cloud Scheduler API."],["This class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from `Object`."],["The `DeleteJobRequest` class provides two constructors: a default constructor and one that takes another `DeleteJobRequest` instance as a parameter."],["It includes two properties, `JobName` which is a typed view over the `Name` property, and `Name`, which is a string that represents the name of the job to be deleted, requiring the format: `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`."],["There are various versions of the `DeleteJobRequest` available, from 2.2.0 to the latest version which is 3.5.0."]]],[]]