Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 1.24 KB

ApiInteractionPutRequestIdentifierOneOf4.md

File metadata and controls

30 lines (21 loc) · 1.24 KB

ApiInteractionPutRequestIdentifierOneOf4

Properties

Name Type Description Notes
connector_id str
email str

Example

from py_logto.models.api_interaction_put_request_identifier_one_of4 import ApiInteractionPutRequestIdentifierOneOf4

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

# convert the object into a dict
api_interaction_put_request_identifier_one_of4_dict = api_interaction_put_request_identifier_one_of4_instance.to_dict()
# create an instance of ApiInteractionPutRequestIdentifierOneOf4 from a dict
api_interaction_put_request_identifier_one_of4_from_dict = ApiInteractionPutRequestIdentifierOneOf4.from_dict(api_interaction_put_request_identifier_one_of4_dict)

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