Skip to content

Latest commit

History

History
32 lines (23 loc) · 1.2 KB

File metadata and controls

32 lines (23 loc) · 1.2 KB

InlineObject10Meta

Properties

NameTypeDescriptionNotes
namestrFile name with extension. Auto-generated if not provided in request.[optional]
display_namestrFile name without extension.[optional]
encodingstrEncoding of the response data.[optional]
content_typestrImage content type.[optional]

Example

frompdf_generator_api_client.models.inline_object10_metaimportInlineObject10Meta# TODO update the JSON string belowjson="{}"# create an instance of InlineObject10Meta from a JSON stringinline_object10_meta_instance=InlineObject10Meta.from_json(json)
# print the JSON string representation of the objectprint(InlineObject10Meta.to_json())
# convert the object into a dictinline_object10_meta_dict=inline_object10_meta_instance.to_dict()
# create an instance of InlineObject10Meta from a dictinline_object10_meta_from_dict=InlineObject10Meta.from_dict(inline_object10_meta_dict)

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