JobPostCallToAction
Object
Call to action for the job posting.
Fields
imageUrl WebUrl! Non-Null
Call to action image URL.
imageAltText String! Non-Null
<img> alt text.
statusName JobPostCallToActionStatus! Non-Null
Call to action status.
Example
{ "imageUrl": "https://www.example.com/", "imageAltText": "abc123", "statusName": "SEARCHABLE"}