Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.24 KB

ApiInteractionPutRequestIdentifierOneOf5.md

File metadata and controls

30 lines (21 loc) · 1.24 KB

ApiInteractionPutRequestIdentifierOneOf5

Properties

Name Type Description Notes
connector_id str
phone str

Example

from py_logto.models.api_interaction_put_request_identifier_one_of5 import ApiInteractionPutRequestIdentifierOneOf5

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

# convert the object into a dict
api_interaction_put_request_identifier_one_of5_dict = api_interaction_put_request_identifier_one_of5_instance.to_dict()
# create an instance of ApiInteractionPutRequestIdentifierOneOf5 from a dict
api_interaction_put_request_identifier_one_of5_from_dict = ApiInteractionPutRequestIdentifierOneOf5.from_dict(api_interaction_put_request_identifier_one_of5_dict)

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