Skip to content

Latest commit

 

History

History
34 lines (25 loc) · 1.92 KB

EzsigntemplatepackagesignermembershipRequestCompound.md

File metadata and controls

34 lines (25 loc) · 1.92 KB

EzsigntemplatepackagesignermembershipRequestCompound

A Ezsigntemplatepackagesignermembership Object and children

Properties

Name Type Description Notes
pki_ezsigntemplatepackagesignermembership_id int The unique ID of the Ezsigntemplatepackagesignermembership [optional]
fki_ezsigntemplatepackagemembership_id int The unique ID of the Ezsigntemplatepackagemembership
fki_ezsigntemplatepackagesigner_id int The unique ID of the Ezsigntemplatepackagesigner
fki_ezsigntemplatesigner_id int The unique ID of the Ezsigntemplatesigner
i_ezsigntemplatepackagesignermembership_copy int The Copy number in case of multiple copies. [optional]

Example

from eZmaxApi.models.ezsigntemplatepackagesignermembership_request_compound import EzsigntemplatepackagesignermembershipRequestCompound

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

# convert the object into a dict
ezsigntemplatepackagesignermembership_request_compound_dict = ezsigntemplatepackagesignermembership_request_compound_instance.to_dict()
# create an instance of EzsigntemplatepackagesignermembershipRequestCompound from a dict
ezsigntemplatepackagesignermembership_request_compound_form_dict = ezsigntemplatepackagesignermembership_request_compound.from_dict(ezsigntemplatepackagesignermembership_request_compound_dict)

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