Request for POST /1/object/ezsigntemplatepublic
| Name | Type | Description | Notes |
|---|---|---|---|
| a_obj_ezsigntemplatepublic | List[EzsigntemplatepublicRequestCompound] |
from eZmaxApi.models.ezsigntemplatepublic_create_object_v1_request import EzsigntemplatepublicCreateObjectV1Request
# TODO update the JSON string below
json = "{}"
# create an instance of EzsigntemplatepublicCreateObjectV1Request from a JSON string
ezsigntemplatepublic_create_object_v1_request_instance = EzsigntemplatepublicCreateObjectV1Request.from_json(json)
# print the JSON string representation of the object
print(EzsigntemplatepublicCreateObjectV1Request.to_json())
# convert the object into a dict
ezsigntemplatepublic_create_object_v1_request_dict = ezsigntemplatepublic_create_object_v1_request_instance.to_dict()
# create an instance of EzsigntemplatepublicCreateObjectV1Request from a dict
ezsigntemplatepublic_create_object_v1_request_from_dict = EzsigntemplatepublicCreateObjectV1Request.from_dict(ezsigntemplatepublic_create_object_v1_request_dict)