public sealed class DeleteJobRequest : IMessage<DeleteJobRequest>, IEquatable<DeleteJobRequest>, IDeepCloneable<DeleteJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4 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-04-17 UTC."],[[["This document provides reference information for the `DeleteJobRequest` class within the Google Cloud Talent Solution v4 API, specifically focusing on version 2.5.0."],["`DeleteJobRequest` is a class used to request the deletion of a job, and it implements multiple interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class `DeleteJobRequest` has two constructors: one is a default constructor and the other accepts another `DeleteJobRequest` object as a parameter, the latter allowing the creation of a new object by copying an existing object."],["The `DeleteJobRequest` class includes two key properties: `JobName`, which provides a typed view of the job name, and `Name`, a string property representing the resource name of the job to be deleted."],["The documentation references various versions of the API, from 1.0.0 to the latest version 2.7.0, showcasing a history of the `DeleteJobRequest` class evolution."]]],[]]