A Ezsignsigningreason Object and children
| Name | Type | Description | Notes |
|---|---|---|---|
| pki_ezsignsigningreason_id | int | The unique ID of the Ezsignsigningreason | [optional] |
| obj_ezsignsigningreason_description | MultilingualEzsignsigningreasonDescription | ||
| b_ezsignsigningreason_isactive | bool | Whether the ezsignsigningreason is active or not |
from eZmaxApi.models.ezsignsigningreason_request_compound import EzsignsigningreasonRequestCompound
# TODO update the JSON string below
json = "{}"
# create an instance of EzsignsigningreasonRequestCompound from a JSON string
ezsignsigningreason_request_compound_instance = EzsignsigningreasonRequestCompound.from_json(json)
# print the JSON string representation of the object
print(EzsignsigningreasonRequestCompound.to_json())
# convert the object into a dict
ezsignsigningreason_request_compound_dict = ezsignsigningreason_request_compound_instance.to_dict()
# create an instance of EzsignsigningreasonRequestCompound from a dict
ezsignsigningreason_request_compound_from_dict = EzsignsigningreasonRequestCompound.from_dict(ezsignsigningreason_request_compound_dict)