UpdateSourcedJobPostingsPayload
Object
Return type for updateSourcedJobPostings.
Fields
results [UpdateSourcedJobPostingResult!]! Non-Null
Results for each update. Array values are non-null, but jobPosting is null if the update was not accepted.
jobPosting SourcedJobPostingUpdate
Job posting for the update. null if the update was not accepted.
Example
{"results": [UpdateSourcedJobPostingResult]}