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 version 3.0.0-beta04."],["The `DeleteJobRequest` class is used to represent a request to delete a job, inheriting from `object` and implementing interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The class includes properties such as `JobName` (a `JobName`-typed view) and `Name` (a string representing the resource name of the job to be deleted), which are required to identify the job in the request."],["There are two constructors for `DeleteJobRequest`, a default constructor and one that takes another `DeleteJobRequest` instance as a parameter, allowing for the creation of a new request from an existing one."]]],[]]