Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1000 Bytes

File metadata and controls

29 lines (20 loc) · 1000 Bytes

OpenEditor200Response

Properties

Name Type Description Notes
response str [optional]

Example

from pdf_generator_api_client.models.open_editor200_response import OpenEditor200Response

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

# convert the object into a dict
open_editor200_response_dict = open_editor200_response_instance.to_dict()
# create an instance of OpenEditor200Response from a dict
open_editor200_response_from_dict = OpenEditor200Response.from_dict(open_editor200_response_dict)

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