requisitionId property

String? requisitionId
getter/setter pair

The requisition ID, also referred to as the posting ID, is assigned by the client to identify a job.

This field is intended to be used by clients for client identification and tracking of postings. A job isn't allowed to be created if there is another job with the same company, language_code and requisition_id. The maximum number of allowed characters is 255.

Required.

Implementation

core.String? requisitionId;