| Name | Type | Description | Notes |
|---|
| template | int | Template id | [optional] |
| data | object | JSON data used to replace data fields in the template | [optional] |
frompdf_generator_api_client.models.data_batch_innerimportDataBatchInner# TODO update the JSON string belowjson="{}"# create an instance of DataBatchInner from a JSON stringdata_batch_inner_instance=DataBatchInner.from_json(json)
# print the JSON string representation of the objectprint(DataBatchInner.to_json())
# convert the object into a dictdata_batch_inner_dict=data_batch_inner_instance.to_dict()
# create an instance of DataBatchInner from a dictdata_batch_inner_from_dict=DataBatchInner.from_dict(data_batch_inner_dict)[Back to Model list][Back to API list][Back to README]