Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.08 KB

File metadata and controls

29 lines (20 loc) · 1.08 KB

FinderGetUserIDByPhoneRequest

Properties

Name Type Description Notes
phone str [optional]

Example

from kenar_api_client.models.finder_get_user_idby_phone_request import FinderGetUserIDByPhoneRequest

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

# convert the object into a dict
finder_get_user_idby_phone_request_dict = finder_get_user_idby_phone_request_instance.to_dict()
# create an instance of FinderGetUserIDByPhoneRequest from a dict
finder_get_user_idby_phone_request_from_dict = FinderGetUserIDByPhoneRequest.from_dict(finder_get_user_idby_phone_request_dict)

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