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
fromurlr.models.create_qr_code_request_one_of1importCreateQrCodeRequestOneOf1# TODO update the JSON string belowjson="{}"# create an instance of CreateQrCodeRequestOneOf1 from a JSON stringcreate_qr_code_request_one_of1_instance=CreateQrCodeRequestOneOf1.from_json(json)
# print the JSON string representation of the objectprint(CreateQrCodeRequestOneOf1.to_json())
# convert the object into a dictcreate_qr_code_request_one_of1_dict=create_qr_code_request_one_of1_instance.to_dict()
# create an instance of CreateQrCodeRequestOneOf1 from a dictcreate_qr_code_request_one_of1_from_dict=CreateQrCodeRequestOneOf1.from_dict(create_qr_code_request_one_of1_dict)