Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.24 KB

ApiInteractionPutRequestIdentifierOneOf2.md

File metadata and controls

30 lines (21 loc) · 1.24 KB

ApiInteractionPutRequestIdentifierOneOf2

Properties

Name Type Description Notes
phone str
password str

Example

from py_logto.models.api_interaction_put_request_identifier_one_of2 import ApiInteractionPutRequestIdentifierOneOf2

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

# convert the object into a dict
api_interaction_put_request_identifier_one_of2_dict = api_interaction_put_request_identifier_one_of2_instance.to_dict()
# create an instance of ApiInteractionPutRequestIdentifierOneOf2 from a dict
api_interaction_put_request_identifier_one_of2_from_dict = ApiInteractionPutRequestIdentifierOneOf2.from_dict(api_interaction_put_request_identifier_one_of2_dict)

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