| Name | Type | Description | Notes |
|---|
| public_id | str | Form sharing unique identifier | [optional] |
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]