| Name | Type | Description | Notes |
|---|---|---|---|
| url | str | HTTPS URL where the generated document will be delivered. | |
| headers | List[FormActionSendSendDocumentHeadersInner] | Optional HTTP headers to include with the delivery request. | [optional] |
frompdf_generator_api_client.models.form_action_send_send_documentimportFormActionSendSendDocument# TODO update the JSON string belowjson="{}"# create an instance of FormActionSendSendDocument from a JSON stringform_action_send_send_document_instance=FormActionSendSendDocument.from_json(json)
# print the JSON string representation of the objectprint(FormActionSendSendDocument.to_json())
# convert the object into a dictform_action_send_send_document_dict=form_action_send_send_document_instance.to_dict()
# create an instance of FormActionSendSendDocument from a dictform_action_send_send_document_from_dict=FormActionSendSendDocument.from_dict(form_action_send_send_document_dict)