| Name |
Type |
Description |
Notes |
| public_id |
str |
Form sharing unique identifier |
[optional] |
from pdf_generator_api_client.models.inline_object18_meta import InlineObject18Meta
# TODO update the JSON string below
json = "{}"
# create an instance of InlineObject18Meta from a JSON string
inline_object18_meta_instance = InlineObject18Meta.from_json(json)
# print the JSON string representation of the object
print(InlineObject18Meta.to_json())
# convert the object into a dict
inline_object18_meta_dict = inline_object18_meta_instance.to_dict()
# create an instance of InlineObject18Meta from a dict
inline_object18_meta_from_dict = InlineObject18Meta.from_dict(inline_object18_meta_dict)
[Back to Model list] [Back to API list] [Back to README]