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
fromabha.models.create_health_id_with_pre_verified_requestimportCreateHealthIdWithPreVerifiedRequest# TODO update the JSON string belowjson="{}"# create an instance of CreateHealthIdWithPreVerifiedRequest from a JSON stringcreate_health_id_with_pre_verified_request_instance=CreateHealthIdWithPreVerifiedRequest.from_json(json)
# print the JSON string representation of the objectprint(CreateHealthIdWithPreVerifiedRequest.to_json())
# convert the object into a dictcreate_health_id_with_pre_verified_request_dict=create_health_id_with_pre_verified_request_instance.to_dict()
# create an instance of CreateHealthIdWithPreVerifiedRequest from a dictcreate_health_id_with_pre_verified_request_from_dict=CreateHealthIdWithPreVerifiedRequest.from_dict(create_health_id_with_pre_verified_request_dict)