You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
frompy_logto.models.api_interaction_put_request_identifier_one_of5importApiInteractionPutRequestIdentifierOneOf5# TODO update the JSON string belowjson="{}"# create an instance of ApiInteractionPutRequestIdentifierOneOf5 from a JSON stringapi_interaction_put_request_identifier_one_of5_instance=ApiInteractionPutRequestIdentifierOneOf5.from_json(json)
# print the JSON string representation of the objectprint(ApiInteractionPutRequestIdentifierOneOf5.to_json())
# convert the object into a dictapi_interaction_put_request_identifier_one_of5_dict=api_interaction_put_request_identifier_one_of5_instance.to_dict()
# create an instance of ApiInteractionPutRequestIdentifierOneOf5 from a dictapi_interaction_put_request_identifier_one_of5_from_dict=ApiInteractionPutRequestIdentifierOneOf5.from_dict(api_interaction_put_request_identifier_one_of5_dict)