Data used to generate the document. This can be an object or array of objects.
| Name | Type | Description | Notes |
|---|
frompdf_generator_api_client.models.open_editor_request_dataimportOpenEditorRequestData# TODO update the JSON string belowjson="{}"# create an instance of OpenEditorRequestData from a JSON stringopen_editor_request_data_instance=OpenEditorRequestData.from_json(json)
# print the JSON string representation of the objectprint(OpenEditorRequestData.to_json())
# convert the object into a dictopen_editor_request_data_dict=open_editor_request_data_instance.to_dict()
# create an instance of OpenEditorRequestData from a dictopen_editor_request_data_from_dict=OpenEditorRequestData.from_dict(open_editor_request_data_dict)