Skip to content

Latest commit

 

History

History
32 lines (23 loc) · 1.61 KB

EzsignsigningreasonAutocompleteElementResponse.md

File metadata and controls

32 lines (23 loc) · 1.61 KB

EzsignsigningreasonAutocompleteElementResponse

A Ezsignsigningreason AutocompleteElement Response

Properties

Name Type Description Notes
pki_ezsignsigningreason_id int The unique ID of the Ezsignsigningreason
s_ezsignsigningreason_description_x str The description of the Ezsignsigningreason in the language of the requester
b_ezsignsigningreason_isactive bool Whether the ezsignsigningreason is active or not

Example

from eZmaxApi.models.ezsignsigningreason_autocomplete_element_response import EzsignsigningreasonAutocompleteElementResponse

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

# convert the object into a dict
ezsignsigningreason_autocomplete_element_response_dict = ezsignsigningreason_autocomplete_element_response_instance.to_dict()
# create an instance of EzsignsigningreasonAutocompleteElementResponse from a dict
ezsignsigningreason_autocomplete_element_response_form_dict = ezsignsigningreason_autocomplete_element_response.from_dict(ezsignsigningreason_autocomplete_element_response_dict)

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