Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.22 KB

EzsigntemplatedocumentRequestPatch.md

File metadata and controls

30 lines (21 loc) · 1.22 KB

EzsigntemplatedocumentRequestPatch

An Ezsigntemplatedocument Object

Properties

Name Type Description Notes
s_ezsigntemplatedocument_name str The name of the Ezsigntemplatedocument. [optional]

Example

from eZmaxApi.models.ezsigntemplatedocument_request_patch import EzsigntemplatedocumentRequestPatch

# TODO update the JSON string below
json = "{}"
# create an instance of EzsigntemplatedocumentRequestPatch from a JSON string
ezsigntemplatedocument_request_patch_instance = EzsigntemplatedocumentRequestPatch.from_json(json)
# print the JSON string representation of the object
print(EzsigntemplatedocumentRequestPatch.to_json())

# convert the object into a dict
ezsigntemplatedocument_request_patch_dict = ezsigntemplatedocument_request_patch_instance.to_dict()
# create an instance of EzsigntemplatedocumentRequestPatch from a dict
ezsigntemplatedocument_request_patch_form_dict = ezsigntemplatedocument_request_patch.from_dict(ezsigntemplatedocument_request_patch_dict)

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