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."],[[["This webpage provides reference documentation for the `DeleteJobRequest` class within the Google Cloud Talent Solution v4 API for .NET."],["The `DeleteJobRequest` class is used to construct requests for deleting jobs and it implements several interfaces including `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["The latest version of the API is version 2.7.0, and there are other older versions present ranging down to 1.0.0."],["The class includes properties like `JobName` (typed view) and `Name` (string), where `Name` is a required field specifying the resource name of the job to delete, in a specific format."],["The class has two constructors: a default constructor and one that accepts another `DeleteJobRequest` object as a parameter to copy properties."]]],[]]