public sealed class DeleteJobRequest : IMessage<DeleteJobRequest>, IEquatable<DeleteJobRequest>, IDeepCloneable<DeleteJobRequest>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Cloud Talent Solution v4beta1 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."],[[["This document provides reference documentation for the `DeleteJobRequest` class within the Google Cloud Talent Solution v4beta1 API, specifically version 3.0.0-beta05."],["`DeleteJobRequest` is used to request the deletion of a job, and it implements interfaces such as `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes constructors for creating a new `DeleteJobRequest` object and a copy constructor, with properties such as `JobName` and `Name`."],["The `Name` property is a required string that represents the job's resource name, which must follow the format \"projects/{project_id}/tenants/{tenant_id}/jobs/{job_id}\" or \"projects/foo/jobs/bar\" if the tenant ID is not used."]]],[]]