public sealed class DeleteJobRequest : IMessage<DeleteJobRequest>, IEquatable<DeleteJobRequest>, IDeepCloneable<DeleteJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Cloud Run Admin v2 API class DeleteJobRequest.
[[["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."],[[["This webpage provides reference documentation for the `DeleteJobRequest` class within the Cloud Run Admin v2 API, specifically for the .NET library."],["The `DeleteJobRequest` class is used to create requests for deleting a Job in Cloud Run, identified by its full name."],["The latest version available is 2.13.0, and the webpage contains links to the documentation for multiple versions, from 2.13.0 down to version 1.0.0-beta02."],["The class implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["Key properties of `DeleteJobRequest` include `Etag`, `JobName`, `Name`, and `ValidateOnly`, each serving specific roles in the job deletion process."]]],[]]