Skip to content

Latest commit

History

History
30 lines (21 loc) · 991 Bytes

File metadata and controls

30 lines (21 loc) · 991 Bytes

InlineObject27

Properties

NameTypeDescriptionNotes
messagestrError description[optional]
errorsobjectDetails about validation errors[optional]

Example

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]