Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.3 KB

File metadata and controls

29 lines (20 loc) · 1.3 KB

ExtractFormFields200ResponseResponseValueValue

Current field value

Properties

Name Type Description Notes

Example

from pdf_generator_api_client.models.extract_form_fields200_response_response_value_value import ExtractFormFields200ResponseResponseValueValue

# TODO update the JSON string below
json = "{}"
# create an instance of ExtractFormFields200ResponseResponseValueValue from a JSON string
extract_form_fields200_response_response_value_value_instance = ExtractFormFields200ResponseResponseValueValue.from_json(json)
# print the JSON string representation of the object
print(ExtractFormFields200ResponseResponseValueValue.to_json())

# convert the object into a dict
extract_form_fields200_response_response_value_value_dict = extract_form_fields200_response_response_value_value_instance.to_dict()
# create an instance of ExtractFormFields200ResponseResponseValueValue from a dict
extract_form_fields200_response_response_value_value_from_dict = ExtractFormFields200ResponseResponseValueValue.from_dict(extract_form_fields200_response_response_value_value_dict)

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