You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fromgateway_api_sdk.models.update_question_bank_question_requestimportUpdateQuestionBankQuestionRequest# TODO update the JSON string belowjson="{}"# create an instance of UpdateQuestionBankQuestionRequest from a JSON stringupdate_question_bank_question_request_instance=UpdateQuestionBankQuestionRequest.from_json(json)
# print the JSON string representation of the objectprint(UpdateQuestionBankQuestionRequest.to_json())
# convert the object into a dictupdate_question_bank_question_request_dict=update_question_bank_question_request_instance.to_dict()
# create an instance of UpdateQuestionBankQuestionRequest from a dictupdate_question_bank_question_request_from_dict=UpdateQuestionBankQuestionRequest.from_dict(update_question_bank_question_request_dict)