Response for POST /2/object/ezsignfolder
Name | Type | Description | Notes |
---|---|---|---|
obj_debug_payload | CommonResponseObjDebugPayload | ||
obj_debug | CommonResponseObjDebug | [optional] | |
m_payload | EzsignfolderCreateObjectV2ResponseMPayload |
from eZmaxApi.models.ezsignfolder_create_object_v2_response import EzsignfolderCreateObjectV2Response
# TODO update the JSON string below
json = "{}"
# create an instance of EzsignfolderCreateObjectV2Response from a JSON string
ezsignfolder_create_object_v2_response_instance = EzsignfolderCreateObjectV2Response.from_json(json)
# print the JSON string representation of the object
print(EzsignfolderCreateObjectV2Response.to_json())
# convert the object into a dict
ezsignfolder_create_object_v2_response_dict = ezsignfolder_create_object_v2_response_instance.to_dict()
# create an instance of EzsignfolderCreateObjectV2Response from a dict
ezsignfolder_create_object_v2_response_form_dict = ezsignfolder_create_object_v2_response.from_dict(ezsignfolder_create_object_v2_response_dict)