thousandeyes-sdk-python/thousandeyes-sdk-dashboards/docs/DashboardScheduleCronSpecBaseNot.md
api-team-automation[bot] f9d21e46b5
Some checks failed
Python CI / build (push) Has been cancelled
[GitHub Bot] Generated python SDK (#188)
Co-authored-by: API Team <api-team@thousandeyes.com>
2026-08-27 14:20:49 +01:00

1.2 KiB

DashboardScheduleCronSpecBaseNot

Properties

Name Type Description Notes
repeat DashboardScheduleOneTimeRepeatType [optional]

Example

from thousandeyes_sdk.dashboards.models.dashboard_schedule_cron_spec_base_not import DashboardScheduleCronSpecBaseNot

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

# convert the object into a dict
dashboard_schedule_cron_spec_base_not_dict = dashboard_schedule_cron_spec_base_not_instance.to_dict()
# create an instance of DashboardScheduleCronSpecBaseNot from a dict
dashboard_schedule_cron_spec_base_not_from_dict = DashboardScheduleCronSpecBaseNot.from_dict(dashboard_schedule_cron_spec_base_not_dict)

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