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
{{ message }}
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.
fromdatabricks_jobs.models.access_control_request_for_userimportAccessControlRequestForUser# TODO update the JSON string belowjson="{}"# create an instance of AccessControlRequestForUser from a JSON stringaccess_control_request_for_user_instance=AccessControlRequestForUser.from_json(json)
# print the JSON string representation of the objectprintAccessControlRequestForUser.to_json()
# convert the object into a dictaccess_control_request_for_user_dict=access_control_request_for_user_instance.to_dict()
# create an instance of AccessControlRequestForUser from a dictaccess_control_request_for_user_form_dict=access_control_request_for_user.from_dict(access_control_request_for_user_dict)