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.webhook_notifications_on_start_innerimportWebhookNotificationsOnStartInner# TODO update the JSON string belowjson="{}"# create an instance of WebhookNotificationsOnStartInner from a JSON stringwebhook_notifications_on_start_inner_instance=WebhookNotificationsOnStartInner.from_json(json)
# print the JSON string representation of the objectprintWebhookNotificationsOnStartInner.to_json()
# convert the object into a dictwebhook_notifications_on_start_inner_dict=webhook_notifications_on_start_inner_instance.to_dict()
# create an instance of WebhookNotificationsOnStartInner from a dictwebhook_notifications_on_start_inner_form_dict=webhook_notifications_on_start_inner.from_dict(webhook_notifications_on_start_inner_dict)