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."],[[["The document provides reference documentation for the `DeleteJobRequest` class within the Cloud Run Admin v2 API for .NET, specifically version 2.11.0."],["`DeleteJobRequest` is used to request the deletion of a Job resource by its full name and has multiple versions available, with the latest version being 2.13.0."],["The class `DeleteJobRequest` implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteJobRequest` class has properties such as `Etag`, `JobName`, `Name`, and `ValidateOnly`, which are used to define the specifics of the job to be deleted and the operation's validation."],["There are two constructors available for creating a `DeleteJobRequest` instance: a default constructor and a constructor that takes another `DeleteJobRequest` instance as a parameter."]]],[]]