Skip to content

Latest commit

History

History
34 lines (25 loc) · 1.42 KB

File metadata and controls

34 lines (25 loc) · 1.42 KB

InlineObject12Meta

Properties

NameTypeDescriptionNotes
namestrDocument name. This value is automatically generated if name attribute is not defined in request.[optional]
display_namestrDocument name without the file extension.[optional]
encodingstrDocument encoding[optional]
content_typestrDocument content type.[optional]
statsInlineObject12MetaStats[optional]
public_idstrDocument public id, if output=url was used for document storage[optional]

Example

frompdf_generator_api_client.models.inline_object12_metaimportInlineObject12Meta# TODO update the JSON string belowjson="{}"# create an instance of InlineObject12Meta from a JSON stringinline_object12_meta_instance=InlineObject12Meta.from_json(json)
# print the JSON string representation of the objectprint(InlineObject12Meta.to_json())
# convert the object into a dictinline_object12_meta_dict=inline_object12_meta_instance.to_dict()
# create an instance of InlineObject12Meta from a dictinline_object12_meta_from_dict=InlineObject12Meta.from_dict(inline_object12_meta_dict)

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