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-03-21 UTC."],[[["The document provides reference information for the `DeleteJobRequest` class within the Google Cloud Talent Solution v4 API, specifically for version 2.6.0."],["`DeleteJobRequest` is used to send a request to delete a job, and it inherits from `object` and implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The `DeleteJobRequest` class includes properties such as `JobName` (a typed view) and `Name` (a string representing the job resource name), which is required and follows a specific format."],["Multiple versions of the documentation are available, ranging from version 1.0.0 up to the latest version, 2.7.0, for the `DeleteJobRequest` class."],["The `DeleteJobRequest` class has two constructors, one being the default constructor, and the second constructor takes a `DeleteJobRequest` as a parameter for cloning."]]],[]]