A Ezsignbulksendsignermapping Object and children
Name | Type | Description | Notes |
---|---|---|---|
pki_ezsignbulksendsignermapping_id | int | The unique ID of the Ezsignbulksendsignermapping | [optional] |
fki_ezsignbulksend_id | int | The unique ID of the Ezsignbulksend | |
fki_user_id | int | The unique ID of the User | [optional] |
s_ezsignbulksendsignermapping_description | str | The description of the Ezsignbulksendsignermapping |
from eZmaxApi.models.ezsignbulksendsignermapping_request_compound import EzsignbulksendsignermappingRequestCompound
# TODO update the JSON string below
json = "{}"
# create an instance of EzsignbulksendsignermappingRequestCompound from a JSON string
ezsignbulksendsignermapping_request_compound_instance = EzsignbulksendsignermappingRequestCompound.from_json(json)
# print the JSON string representation of the object
print(EzsignbulksendsignermappingRequestCompound.to_json())
# convert the object into a dict
ezsignbulksendsignermapping_request_compound_dict = ezsignbulksendsignermapping_request_compound_instance.to_dict()
# create an instance of EzsignbulksendsignermappingRequestCompound from a dict
ezsignbulksendsignermapping_request_compound_form_dict = ezsignbulksendsignermapping_request_compound.from_dict(ezsignbulksendsignermapping_request_compound_dict)