Skip to content
This repository has been archived by the owner on Jun 13, 2023. It is now read-only.

Latest commit

 

History

History
28 lines (20 loc) · 1.12 KB

WebhookNotificationsOnStartInner.md

File metadata and controls

28 lines (20 loc) · 1.12 KB

WebhookNotificationsOnStartInner

Properties

Name Type Description Notes
id str [optional]

Example

from databricks_jobs.models.webhook_notifications_on_start_inner import WebhookNotificationsOnStartInner

# TODO update the JSON string below
json = "{}"
# create an instance of WebhookNotificationsOnStartInner from a JSON string
webhook_notifications_on_start_inner_instance = WebhookNotificationsOnStartInner.from_json(json)
# print the JSON string representation of the object
print WebhookNotificationsOnStartInner.to_json()

# convert the object into a dict
webhook_notifications_on_start_inner_dict = webhook_notifications_on_start_inner_instance.to_dict()
# create an instance of WebhookNotificationsOnStartInner from a dict
webhook_notifications_on_start_inner_form_dict = webhook_notifications_on_start_inner.from_dict(webhook_notifications_on_start_inner_dict)

[Back to Model list] [Back to API list] [Back to README]