Skip to content

Latest commit

History

History
30 lines (21 loc) · 999 Bytes

File metadata and controls

30 lines (21 loc) · 999 Bytes

ImportFormUrl

Properties

NameTypeDescriptionNotes
file_urlstrPDF file from remote URL to import
formFormConfigurationNew[optional]

Example

frompdf_generator_api_client.models.import_form_urlimportImportFormUrl# TODO update the JSON string belowjson="{}"# create an instance of ImportFormUrl from a JSON stringimport_form_url_instance=ImportFormUrl.from_json(json)
# print the JSON string representation of the objectprint(ImportFormUrl.to_json())
# convert the object into a dictimport_form_url_dict=import_form_url_instance.to_dict()
# create an instance of ImportFormUrl from a dictimport_form_url_from_dict=ImportFormUrl.from_dict(import_form_url_dict)

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