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.update_idp_group_mappings_request_mappings_innerimportUpdateIdpGroupMappingsRequestMappingsInner# TODO update the JSON string belowjson="{}"# create an instance of UpdateIdpGroupMappingsRequestMappingsInner from a JSON stringupdate_idp_group_mappings_request_mappings_inner_instance=UpdateIdpGroupMappingsRequestMappingsInner.from_json(json)
# print the JSON string representation of the objectprint(UpdateIdpGroupMappingsRequestMappingsInner.to_json())
# convert the object into a dictupdate_idp_group_mappings_request_mappings_inner_dict=update_idp_group_mappings_request_mappings_inner_instance.to_dict()
# create an instance of UpdateIdpGroupMappingsRequestMappingsInner from a dictupdate_idp_group_mappings_request_mappings_inner_from_dict=UpdateIdpGroupMappingsRequestMappingsInner.from_dict(update_idp_group_mappings_request_mappings_inner_dict)