Name | Type | Description | Notes |
---|---|---|---|
css | String | [optional] | |
data | Object | ||
html | String | [optional] | |
metadata | Object | [optional] | |
template_id | String | ||
template_version | String | [optional] | |
test | Boolean | [optional] |
require 'docspring'
instance = DocSpring::SubmissionDataBatchRequest.new(
css: null,
data: null,
html: null,
metadata: null,
template_id: null,
template_version: null,
test: null
)