A Ezsigntemplatepackagesigner Object
Name | Type | Description | Notes |
---|---|---|---|
pki_ezsigntemplatepackagesigner_id | int | The unique ID of the Ezsigntemplatepackagesigner | |
fki_ezsigntemplatepackage_id | int | The unique ID of the Ezsigntemplatepackage | |
s_ezsigntemplatepackagesigner_description | str | The description of the Ezsigntemplatepackagesigner |
from eZmaxApi.models.ezsigntemplatepackagesigner_response_compound import EzsigntemplatepackagesignerResponseCompound
# TODO update the JSON string below
json = "{}"
# create an instance of EzsigntemplatepackagesignerResponseCompound from a JSON string
ezsigntemplatepackagesigner_response_compound_instance = EzsigntemplatepackagesignerResponseCompound.from_json(json)
# print the JSON string representation of the object
print(EzsigntemplatepackagesignerResponseCompound.to_json())
# convert the object into a dict
ezsigntemplatepackagesigner_response_compound_dict = ezsigntemplatepackagesigner_response_compound_instance.to_dict()
# create an instance of EzsigntemplatepackagesignerResponseCompound from a dict
ezsigntemplatepackagesigner_response_compound_form_dict = ezsigntemplatepackagesigner_response_compound.from_dict(ezsigntemplatepackagesigner_response_compound_dict)