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 request the deletion of a job in the Google Cloud Scheduler V1 API."],["This class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, showcasing its functionality for message handling, equality checks, deep cloning, and buffer management."],["The `DeleteJobRequest` class is found within the `Google.Cloud.Scheduler.V1` namespace and is part of the `Google.Cloud.Scheduler.V1.dll` assembly."],["The class has two constructors to facilitate either creating a blank request, or one with a pre-existing `DeleteJobRequest`."],["It requires the `Name` property to be set, which specifies the full resource name of the job to delete, using the format `projects/PROJECT_ID/locations/LOCATION_ID/jobs/JOB_ID`."]]],[]]