Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.37 KB

CommonResponseRedirectSSecretquestionTextX.md

File metadata and controls

30 lines (21 loc) · 1.37 KB

CommonResponseRedirectSSecretquestionTextX

352 Redirect Message containing secret question

Properties

Name Type Description Notes
s_secretquestion_text_x str The text of the Secretquestion in the language of the requester

Example

from eZmaxApi.models.common_response_redirect_s_secretquestion_text_x import CommonResponseRedirectSSecretquestionTextX

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

# convert the object into a dict
common_response_redirect_s_secretquestion_text_x_dict = common_response_redirect_s_secretquestion_text_x_instance.to_dict()
# create an instance of CommonResponseRedirectSSecretquestionTextX from a dict
common_response_redirect_s_secretquestion_text_x_form_dict = common_response_redirect_s_secretquestion_text_x.from_dict(common_response_redirect_s_secretquestion_text_x_dict)

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