| Name | Type | Description | Notes |
|---|
| message | str | Error description | [optional] |
| errors | object | Details about validation errors | [optional] |
frompdf_generator_api_client.models.inline_object27importInlineObject27# TODO update the JSON string belowjson="{}"# create an instance of InlineObject27 from a JSON stringinline_object27_instance=InlineObject27.from_json(json)
# print the JSON string representation of the objectprint(InlineObject27.to_json())
# convert the object into a dictinline_object27_dict=inline_object27_instance.to_dict()
# create an instance of InlineObject27 from a dictinline_object27_from_dict=InlineObject27.from_dict(inline_object27_dict)[Back to Model list][Back to API list][Back to README]