Specification of a parameter for a job execution.
Property | Type | Constraints | Description |
---|---|---|---|
name
|
String | mandatory=true, maxLength=256, minLength=1, nullable=false, regex=\S|(\S(.*)\S) | The name of the parameter. |
value
|
String | mandatory=true, maxLength=1000, minLength=0, nullable=false, regex=\S|(\S(.*)\S) | The value of the parameter. |