Response for POST /2/object/ezsignfolder/{pkiEzsignfolderID}/reorder
| Name | Type | Description | Notes |
|---|---|---|---|
| obj_debug_payload | CommonResponseObjDebugPayload | ||
| obj_debug | CommonResponseObjDebug | [optional] |
from eZmaxApi.models.ezsignfolder_reorder_v2_response import EzsignfolderReorderV2Response
# TODO update the JSON string below
json = "{}"
# create an instance of EzsignfolderReorderV2Response from a JSON string
ezsignfolder_reorder_v2_response_instance = EzsignfolderReorderV2Response.from_json(json)
# print the JSON string representation of the object
print(EzsignfolderReorderV2Response.to_json())
# convert the object into a dict
ezsignfolder_reorder_v2_response_dict = ezsignfolder_reorder_v2_response_instance.to_dict()
# create an instance of EzsignfolderReorderV2Response from a dict
ezsignfolder_reorder_v2_response_from_dict = EzsignfolderReorderV2Response.from_dict(ezsignfolder_reorder_v2_response_dict)