job_id property

int? get job_id

Implementation

int? get job_id => this._job_id;
set job_id (int? job_id)

Implementation

set job_id(int? job_id) {
  this._job_id = job_id;
  this.__isset_job_id = true;
}