352 Redirect Message containing secret question
Name | Type | Description | Notes |
---|---|---|---|
s_secretquestion_text_x | str | The text of the Secretquestion in the language of the requester |
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)