| Name | Type | Description | Notes |
|---|---|---|---|
| template | List[TemplateParam] | [optional] | |
| callback | CallbackParam | [optional] | |
| format | FormatParam | [optional] [default to FormatParam.PDF] | |
| output | AsyncOutputParam | [optional] [default to AsyncOutputParam.BASE64] | |
| name | str | Generated document name (optional) | [optional] [default to ''] |
| testing | bool | When set to true the generation is not counted as merge (monthly usage), but a large PREVIEW stamp is added. | [optional] [default to False] |
| metadata | MetadataParam | [optional] |
frompdf_generator_api_client.models.generate_document_batch_asynchronous_requestimportGenerateDocumentBatchAsynchronousRequest# TODO update the JSON string belowjson="{}"# create an instance of GenerateDocumentBatchAsynchronousRequest from a JSON stringgenerate_document_batch_asynchronous_request_instance=GenerateDocumentBatchAsynchronousRequest.from_json(json)
# print the JSON string representation of the objectprint(GenerateDocumentBatchAsynchronousRequest.to_json())
# convert the object into a dictgenerate_document_batch_asynchronous_request_dict=generate_document_batch_asynchronous_request_instance.to_dict()
# create an instance of GenerateDocumentBatchAsynchronousRequest from a dictgenerate_document_batch_asynchronous_request_from_dict=GenerateDocumentBatchAsynchronousRequest.from_dict(generate_document_batch_asynchronous_request_dict)