| Name | Type | Description | Notes |
|---|---|---|---|
| data | OpenEditorRequestData | [optional] | |
| language | str | Specify the editor UI language. Defaults to organization editor language. | [optional] |
frompdf_generator_api_client.models.open_editor_requestimportOpenEditorRequest# TODO update the JSON string belowjson="{}"# create an instance of OpenEditorRequest from a JSON stringopen_editor_request_instance=OpenEditorRequest.from_json(json)
# print the JSON string representation of the objectprint(OpenEditorRequest.to_json())
# convert the object into a dictopen_editor_request_dict=open_editor_request_instance.to_dict()
# create an instance of OpenEditorRequest from a dictopen_editor_request_from_dict=OpenEditorRequest.from_dict(open_editor_request_dict)