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-17 UTC."],[[["The content provides reference documentation for the `DeleteJobRequest` class within the Google Cloud Talent Solution v4 API, specifically for the .NET environment."],["`DeleteJobRequest` is used to delete a job resource in the Google Cloud Talent Solution, and it implements interfaces like `IMessage`, `IEquatable`, `IDeepCloneable`, and `IBufferMessage`."],["This documentation shows a variety of versions of the API class with version 2.7.0 being the latest."],["The `DeleteJobRequest` class has a `Name` property, which is a string, and a `JobName` property, which is of type `JobName`, both used to specify the job resource to be deleted."],["The DeleteJobRequest class has two different constructors that can be utilized, one default and one that takes another DeleteJobRequest as a parameter."]]],[]]