Skip to content

Latest commit

History

History
30 lines (21 loc) · 1011 Bytes

File metadata and controls

30 lines (21 loc) · 1011 Bytes

FormActionDownload

Key-value pair of action configuration.

Properties

NameTypeDescriptionNotes
download_documentbool[optional]

Example

frompdf_generator_api_client.models.form_action_downloadimportFormActionDownload# TODO update the JSON string belowjson="{}"# create an instance of FormActionDownload from a JSON stringform_action_download_instance=FormActionDownload.from_json(json)
# print the JSON string representation of the objectprint(FormActionDownload.to_json())
# convert the object into a dictform_action_download_dict=form_action_download_instance.to_dict()
# create an instance of FormActionDownload from a dictform_action_download_from_dict=FormActionDownload.from_dict(form_action_download_dict)

[Back to Model list][Back to API list][Back to README]