JobPostCallToAction
Object
Call-to-action data for a job post.
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"}