An Ezsignfolder Object in the context of an EzsignsignaturesAutomatic path
| Name | Type | Description | Notes |
|---|---|---|---|
| pki_ezsignfolder_id | int | The unique ID of the Ezsignfolder | |
| s_ezsignfolder_description | str | The description of the Ezsignfolder | |
| a_obj_ezsigndocument | List[CustomEzsigndocumentEzsignsignaturesAutomaticResponse] |
from eZmaxApi.models.custom_ezsignfolder_ezsignsignatures_automatic_response import CustomEzsignfolderEzsignsignaturesAutomaticResponse
# TODO update the JSON string below
json = "{}"
# create an instance of CustomEzsignfolderEzsignsignaturesAutomaticResponse from a JSON string
custom_ezsignfolder_ezsignsignatures_automatic_response_instance = CustomEzsignfolderEzsignsignaturesAutomaticResponse.from_json(json)
# print the JSON string representation of the object
print(CustomEzsignfolderEzsignsignaturesAutomaticResponse.to_json())
# convert the object into a dict
custom_ezsignfolder_ezsignsignatures_automatic_response_dict = custom_ezsignfolder_ezsignsignatures_automatic_response_instance.to_dict()
# create an instance of CustomEzsignfolderEzsignsignaturesAutomaticResponse from a dict
custom_ezsignfolder_ezsignsignatures_automatic_response_from_dict = CustomEzsignfolderEzsignsignaturesAutomaticResponse.from_dict(custom_ezsignfolder_ezsignsignatures_automatic_response_dict)