jobCreationReason property

JobCreationReason? jobCreationReason
getter/setter pair

Only relevant when a job_reference is present in the response.

If job_reference is not present it will always be unset. When job_reference is present, this field should be interpreted as follows: If set, it will provide the reason of why a Job was created. If not set, it should be treated as the default: REQUESTED. This feature is not yet available. Jobs will always be created.

Optional.

Implementation

JobCreationReason? jobCreationReason;