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
fromokta.models.identity_source_user_profile_for_deleteimportIdentitySourceUserProfileForDelete# TODO update the JSON string belowjson="{}"# create an instance of IdentitySourceUserProfileForDelete from a JSON stringidentity_source_user_profile_for_delete_instance=IdentitySourceUserProfileForDelete.from_json(json)
# print the JSON string representation of the objectprint(IdentitySourceUserProfileForDelete.to_json())
# convert the object into a dictidentity_source_user_profile_for_delete_dict=identity_source_user_profile_for_delete_instance.to_dict()
# create an instance of IdentitySourceUserProfileForDelete from a dictidentity_source_user_profile_for_delete_from_dict=IdentitySourceUserProfileForDelete.from_dict(identity_source_user_profile_for_delete_dict)