Skip to content

Latest commit

History

History
30 lines (21 loc) · 1.08 KB

File metadata and controls

30 lines (21 loc) · 1.08 KB

OpenEditorRequest

Properties

NameTypeDescriptionNotes
dataOpenEditorRequestData[optional]
languagestrSpecify the editor UI language. Defaults to organization editor language.[optional]

Example

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)

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