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
fromfrontier_api.models.v1beta1_list_current_user_groups_response_access_pairimportV1beta1ListCurrentUserGroupsResponseAccessPair# TODO update the JSON string belowjson="{}"# create an instance of V1beta1ListCurrentUserGroupsResponseAccessPair from a JSON stringv1beta1_list_current_user_groups_response_access_pair_instance=V1beta1ListCurrentUserGroupsResponseAccessPair.from_json(json)
# print the JSON string representation of the objectprintV1beta1ListCurrentUserGroupsResponseAccessPair.to_json()
# convert the object into a dictv1beta1_list_current_user_groups_response_access_pair_dict=v1beta1_list_current_user_groups_response_access_pair_instance.to_dict()
# create an instance of V1beta1ListCurrentUserGroupsResponseAccessPair from a dictv1beta1_list_current_user_groups_response_access_pair_form_dict=v1beta1_list_current_user_groups_response_access_pair.from_dict(v1beta1_list_current_user_groups_response_access_pair_dict)