A Ezsignsignergroup Object and children
Name | Type | Description | Notes |
---|---|---|---|
pki_ezsignsignergroup_id | int | The unique ID of the Ezsignsignergroup | [optional] |
fki_ezsignfolder_id | int | The unique ID of the Ezsignfolder | |
obj_ezsignsignergroup_description | MultilingualEzsignsignergroupDescription |
from eZmaxApi.models.ezsignsignergroup_request_compound import EzsignsignergroupRequestCompound
# TODO update the JSON string below
json = "{}"
# create an instance of EzsignsignergroupRequestCompound from a JSON string
ezsignsignergroup_request_compound_instance = EzsignsignergroupRequestCompound.from_json(json)
# print the JSON string representation of the object
print(EzsignsignergroupRequestCompound.to_json())
# convert the object into a dict
ezsignsignergroup_request_compound_dict = ezsignsignergroup_request_compound_instance.to_dict()
# create an instance of EzsignsignergroupRequestCompound from a dict
ezsignsignergroup_request_compound_from_dict = EzsignsignergroupRequestCompound.from_dict(ezsignsignergroup_request_compound_dict)