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
fromfinbourne_access.models.non_transitive_supervisor_role_resourceimportNonTransitiveSupervisorRoleResource# TODO update the JSON string belowjson="{}"# create an instance of NonTransitiveSupervisorRoleResource from a JSON stringnon_transitive_supervisor_role_resource_instance=NonTransitiveSupervisorRoleResource.from_json(json)
# print the JSON string representation of the objectprintNonTransitiveSupervisorRoleResource.to_json()
# convert the object into a dictnon_transitive_supervisor_role_resource_dict=non_transitive_supervisor_role_resource_instance.to_dict()
# create an instance of NonTransitiveSupervisorRoleResource from a dictnon_transitive_supervisor_role_resource_form_dict=non_transitive_supervisor_role_resource.from_dict(non_transitive_supervisor_role_resource_dict)