Name | Type | Description | Notes |
---|---|---|---|
metadata | Object | [optional] | |
submissions | Array<SubmissionDataBatchRequest> | ||
template_id | String | [optional] | |
template_version | String | [optional] | |
test | Boolean | [optional] |
require 'docspring'
instance = DocSpring::SubmissionBatchData.new(
metadata: null,
submissions: null,
template_id: null,
template_version: null,
test: null
)