Name | Type | Description | Notes |
---|---|---|---|
template | Integer | Template id | [optional] |
data | Object | JSON data used to replace data fields in the template | [optional] |
require 'pdf_generator_api_client'
instance = PDFGeneratorAPI::DataBatchInner.new(
template: null,
data: {"id":123,"name":"John Smith","birthdate":"2000-01-01","role":"Developer"}
)