Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 1.32 KB

BodyResetForgotPasswordV1AuthForgotPasswordPost.md

File metadata and controls

28 lines (20 loc) · 1.32 KB

BodyResetForgotPasswordV1AuthForgotPasswordPost

Properties

Name Type Description Notes
email str

Example

from openaws_client.models.body_reset_forgot_password_v1_auth_forgot_password_post import BodyResetForgotPasswordV1AuthForgotPasswordPost

# TODO update the JSON string below
json = "{}"
# create an instance of BodyResetForgotPasswordV1AuthForgotPasswordPost from a JSON string
body_reset_forgot_password_v1_auth_forgot_password_post_instance = BodyResetForgotPasswordV1AuthForgotPasswordPost.from_json(json)
# print the JSON string representation of the object
print BodyResetForgotPasswordV1AuthForgotPasswordPost.to_json()

# convert the object into a dict
body_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 dict
body_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)

[Back to Model list] [Back to API list] [Back to README]