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
fromopenaws_client.models.body_reset_forgot_password_v1_auth_forgot_password_postimportBodyResetForgotPasswordV1AuthForgotPasswordPost# TODO update the JSON string belowjson="{}"# create an instance of BodyResetForgotPasswordV1AuthForgotPasswordPost from a JSON stringbody_reset_forgot_password_v1_auth_forgot_password_post_instance=BodyResetForgotPasswordV1AuthForgotPasswordPost.from_json(json)
# print the JSON string representation of the objectprintBodyResetForgotPasswordV1AuthForgotPasswordPost.to_json()
# convert the object into a dictbody_reset_forgot_password_v1_auth_forgot_password_post_dict=body_reset_forgot_password_v1_auth_forgot_password_post_instance.to_dict()
# create an instance of BodyResetForgotPasswordV1AuthForgotPasswordPost from a dictbody_reset_forgot_password_v1_auth_forgot_password_post_form_dict=body_reset_forgot_password_v1_auth_forgot_password_post.from_dict(body_reset_forgot_password_v1_auth_forgot_password_post_dict)