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-09 UTC."],[[["The `DeleteJobRequest` class in the Google Cloud Talent Solution v4 API is used to formulate a request to delete a job."],["This documentation provides reference material for the `DeleteJobRequest` class across multiple versions, with version 2.7.0 being the latest."],["The `DeleteJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, among others, and inherits members from the `Object` class."],["The `DeleteJobRequest` class has properties such as `JobName` and `Name`, where the `Name` property is a string representing the resource name of the job to be deleted."],["The `DeleteJobRequest` class has two different constructors that can be utilized."]]],[]]