A Ezsigntemplateglobalsigner Object
Name | Type | Description | Notes |
---|---|---|---|
pki_ezsigntemplateglobalsigner_id | int | The unique ID of the Ezsigntemplateglobalsigner | |
fki_ezsigntemplateglobal_id | int | The unique ID of the Ezsigntemplateglobal | |
s_ezsigntemplateglobalsigner_description | str | The description of the Ezsigntemplateglobalsigner |
from eZmaxApi.models.ezsigntemplateglobalsigner_response import EzsigntemplateglobalsignerResponse
# TODO update the JSON string below
json = "{}"
# create an instance of EzsigntemplateglobalsignerResponse from a JSON string
ezsigntemplateglobalsigner_response_instance = EzsigntemplateglobalsignerResponse.from_json(json)
# print the JSON string representation of the object
print(EzsigntemplateglobalsignerResponse.to_json())
# convert the object into a dict
ezsigntemplateglobalsigner_response_dict = ezsigntemplateglobalsigner_response_instance.to_dict()
# create an instance of EzsigntemplateglobalsignerResponse from a dict
ezsigntemplateglobalsigner_response_from_dict = EzsigntemplateglobalsignerResponse.from_dict(ezsigntemplateglobalsigner_response_dict)