Name | Type | Description | Notes |
---|---|---|---|
name | String | The parameter name for the job. | |
type | ParameterType | optional | |
required | Boolean | Is this parameter required ? | optional |
bucketId | String | The bucket ID. if bucketId is used then data MUST not be set. | optional |
data | byte[] | Input data, passed as a sequence of bytes. if data is used then bucketId MUST not be set. | optional |
zipped | Boolean | Is the input data zipped ? | optional |