Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1.1 KB

File metadata and controls

29 lines (20 loc) · 1.1 KB

FinderGetUserIDByPhoneResponse

Properties

Name Type Description Notes
user_id str [optional]

Example

from kenar_api_client.models.finder_get_user_idby_phone_response import FinderGetUserIDByPhoneResponse

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

# convert the object into a dict
finder_get_user_idby_phone_response_dict = finder_get_user_idby_phone_response_instance.to_dict()
# create an instance of FinderGetUserIDByPhoneResponse from a dict
finder_get_user_idby_phone_response_from_dict = FinderGetUserIDByPhoneResponse.from_dict(finder_get_user_idby_phone_response_dict)

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