requisitionId property

String? requisitionId
getter/setter pair

The requisition ID, also referred to as the posting ID, 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 is not allowed to be created if there is another job with the same [company_name], language_code and requisition_id. The maximum number of allowed characters is 255.

Required.

Implementation

core.String? requisitionId;