Skip to content

Files

Latest commit

 

History

History
31 lines (22 loc) · 1.47 KB

EzsignformfieldgroupsignerRequestCompound.md

File metadata and controls

31 lines (22 loc) · 1.47 KB

EzsignformfieldgroupsignerRequestCompound

An Ezsignformfieldgroupsigner Object and children to create a complete structure

Properties

Name Type Description Notes
pki_ezsignformfieldgroupsigner_id int The unique ID of the Ezsignformfieldgroupsigner [optional]
fki_ezsignfoldersignerassociation_id int The unique ID of the Ezsignfoldersignerassociation

Example

from eZmaxApi.models.ezsignformfieldgroupsigner_request_compound import EzsignformfieldgroupsignerRequestCompound

# TODO update the JSON string below
json = "{}"
# create an instance of EzsignformfieldgroupsignerRequestCompound from a JSON string
ezsignformfieldgroupsigner_request_compound_instance = EzsignformfieldgroupsignerRequestCompound.from_json(json)
# print the JSON string representation of the object
print(EzsignformfieldgroupsignerRequestCompound.to_json())

# convert the object into a dict
ezsignformfieldgroupsigner_request_compound_dict = ezsignformfieldgroupsigner_request_compound_instance.to_dict()
# create an instance of EzsignformfieldgroupsignerRequestCompound from a dict
ezsignformfieldgroupsigner_request_compound_from_dict = EzsignformfieldgroupsignerRequestCompound.from_dict(ezsignformfieldgroupsigner_request_compound_dict)

[Back to Model list] [Back to API list] [Back to README]