| Name |
Type |
Description |
Notes |
| message |
str |
Error description |
[optional] |
from pdf_generator_api_client.models.inline_object27 import InlineObject27
# TODO update the JSON string below
json = "{}"
# create an instance of InlineObject27 from a JSON string
inline_object27_instance = InlineObject27.from_json(json)
# print the JSON string representation of the object
print(InlineObject27.to_json())
# convert the object into a dict
inline_object27_dict = inline_object27_instance.to_dict()
# create an instance of InlineObject27 from a dict
inline_object27_from_dict = InlineObject27.from_dict(inline_object27_dict)
[Back to Model list] [Back to API list] [Back to README]