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
frominfisicalapi_client.models.api_v2_users_me_emails_verify_post_requestimportApiV2UsersMeEmailsVerifyPostRequest# TODO update the JSON string belowjson="{}"# create an instance of ApiV2UsersMeEmailsVerifyPostRequest from a JSON stringapi_v2_users_me_emails_verify_post_request_instance=ApiV2UsersMeEmailsVerifyPostRequest.from_json(json)
# print the JSON string representation of the objectprintApiV2UsersMeEmailsVerifyPostRequest.to_json()
# convert the object into a dictapi_v2_users_me_emails_verify_post_request_dict=api_v2_users_me_emails_verify_post_request_instance.to_dict()
# create an instance of ApiV2UsersMeEmailsVerifyPostRequest from a dictapi_v2_users_me_emails_verify_post_request_from_dict=ApiV2UsersMeEmailsVerifyPostRequest.from_dict(api_v2_users_me_emails_verify_post_request_dict)