Skip to content

Latest commit

History

History
29 lines (20 loc) · 992 Bytes

File metadata and controls

29 lines (20 loc) · 992 Bytes

InlineObject20Meta

Properties

NameTypeDescriptionNotes
public_idstrForm sharing unique identifier[optional]

Example

frompdf_generator_api_client.models.inline_object20_metaimportInlineObject20Meta# TODO update the JSON string belowjson="{}"# create an instance of InlineObject20Meta from a JSON stringinline_object20_meta_instance=InlineObject20Meta.from_json(json)
# print the JSON string representation of the objectprint(InlineObject20Meta.to_json())
# convert the object into a dictinline_object20_meta_dict=inline_object20_meta_instance.to_dict()
# create an instance of InlineObject20Meta from a dictinline_object20_meta_from_dict=InlineObject20Meta.from_dict(inline_object20_meta_dict)

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