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
fromwoj.models.api_auth_send_post400_responseimportApiAuthSendPost400Response# TODO update the JSON string belowjson="{}"# create an instance of ApiAuthSendPost400Response from a JSON stringapi_auth_send_post400_response_instance=ApiAuthSendPost400Response.from_json(json)
# print the JSON string representation of the objectprintApiAuthSendPost400Response.to_json()
# convert the object into a dictapi_auth_send_post400_response_dict=api_auth_send_post400_response_instance.to_dict()
# create an instance of ApiAuthSendPost400Response from a dictapi_auth_send_post400_response_form_dict=api_auth_send_post400_response.from_dict(api_auth_send_post400_response_dict)