AdminPostBatchesReq
constructor
Properties
context
Record<string, unknown>RequiredAdditional infomration regarding the batch to be used for processing.
dry_run
booleanRequiredSet a batch job in dry_run mode, which would delay executing the batch job until it's confirmed.
Default: false
type
stringRequiredThe type of batch job to start, which is defined by the
batchType
property of the associated batch job strategy.Was this section helpful?