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
fromopal_security.models.create_group_binding_info_groups_innerimportCreateGroupBindingInfoGroupsInner# TODO update the JSON string belowjson="{}"# create an instance of CreateGroupBindingInfoGroupsInner from a JSON stringcreate_group_binding_info_groups_inner_instance=CreateGroupBindingInfoGroupsInner.from_json(json)
# print the JSON string representation of the objectprint(CreateGroupBindingInfoGroupsInner.to_json())
# convert the object into a dictcreate_group_binding_info_groups_inner_dict=create_group_binding_info_groups_inner_instance.to_dict()
# create an instance of CreateGroupBindingInfoGroupsInner from a dictcreate_group_binding_info_groups_inner_from_dict=CreateGroupBindingInfoGroupsInner.from_dict(create_group_binding_info_groups_inner_dict)