| Name | Type | Description | Notes |
|---|---|---|---|
| file_base64 | str | PDF document in base64 encoded string format | |
| key_field | KeyFieldParam | [optional] [default to KeyFieldParam.NAME] |
frompdf_generator_api_client.models.form_fields_base64importFormFieldsBase64# TODO update the JSON string belowjson="{}"# create an instance of FormFieldsBase64 from a JSON stringform_fields_base64_instance=FormFieldsBase64.from_json(json)
# print the JSON string representation of the objectprint(FormFieldsBase64.to_json())
# convert the object into a dictform_fields_base64_dict=form_fields_base64_instance.to_dict()
# create an instance of FormFieldsBase64 from a dictform_fields_base64_from_dict=FormFieldsBase64.from_dict(form_fields_base64_dict)