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 define a request for deleting a job."],["This documentation provides reference material for the `DeleteJobRequest` class across multiple versions, ranging from version 1.0.0 to the latest 2.7.0."],["The `DeleteJobRequest` class implements several interfaces, including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`, and inherits from the `object` class."],["The class has two constructors: a default constructor and one that takes another `DeleteJobRequest` object as a parameter for creating a new instance."],["It also contains properties like `JobName` and `Name`, with the `Name` property being a string that represents the resource name of the job to delete, using the format \"projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}\"."]]],[]]