Data Object - ConverterServerJobJobJobUpdateSpec

Parameter to
ConverterServerJobUpdateSpec
Extends
DynamicData
Since
Converter API 2.0

Data Object Description

Update certain specification parameters of a job.

Properties

Name Type Description
description*xsd:string

New description to give a job. If not set then no change to description is made.
doFirstRunNow*xsd:boolean

If set true then the job is run for the first time as soon as the internal scheduler will allow and the firstRun will be unset. It is an error to set this if the job has already been run once before. If unset or set to false then firstRun will only be changed if JobUpdateSpec#firstRun is set.
firstRun*xsd:dateTime

New time at which the job may first be run. This only can be changed if the job has not yet run. If not set then no change to the firstRun is made. This member cannot be set if doFirstRunNow is true.
name*xsd:string

New name to give a job. If not set then no change to name is made.
Properties inherited from DynamicData
None
*Need not be set