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 documentation is for the `DeleteJobRequest` class within the Google Cloud Talent Solution v4beta1 API, specifically detailing how to delete a job."],["The `DeleteJobRequest` class is implemented as an interface of `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage` within the `Google.Protobuf` namespace."],["There are two constructors available for creating a `DeleteJobRequest` object, either as a new instance or by copying an existing `DeleteJobRequest`."],["The `DeleteJobRequest` class has two properties, `JobName` and `Name`, where `Name` is a required resource name of the job to be deleted and `JobName` is a typed view over the `Name` property."],["This document provides API versioning information, with the most recent version being 3.0.0-beta06 and other earlier versions also linked."]]],[]]