Viewer prefill data, encrypted into the viewer URL. Only applied when output is viewer.
| Name | Type | Description | Notes |
|---|---|---|---|
| id_code | str | [optional] | |
| first_name | str | [optional] | |
| last_name | str | [optional] | |
| str | [optional] | ||
| signature_id | str | [optional] | |
| editable | bool | [optional] [default to True] |
frompdf_generator_api_client.models.prefill_paramimportPrefillParam# TODO update the JSON string belowjson="{}"# create an instance of PrefillParam from a JSON stringprefill_param_instance=PrefillParam.from_json(json)
# print the JSON string representation of the objectprint(PrefillParam.to_json())
# convert the object into a dictprefill_param_dict=prefill_param_instance.to_dict()
# create an instance of PrefillParam from a dictprefill_param_from_dict=PrefillParam.from_dict(prefill_param_dict)