thousandeyes-sdk-python/thousandeyes-sdk-dashboards/docs/DashboardScheduleCustomRepeatNot.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

30 lines
1.2 KiB
Markdown

# DashboardScheduleCustomRepeatNot
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**repeat_unit** | [**DashboardScheduleNonWeeklyCustomRepeatUnit**](DashboardScheduleNonWeeklyCustomRepeatUnit.md) | | [optional]
## Example
```python
from thousandeyes_sdk.dashboards.models.dashboard_schedule_custom_repeat_not import DashboardScheduleCustomRepeatNot
# TODO update the JSON string below
json = "{}"
# create an instance of DashboardScheduleCustomRepeatNot from a JSON string
dashboard_schedule_custom_repeat_not_instance = DashboardScheduleCustomRepeatNot.from_json(json)
# print the JSON string representation of the object
print(DashboardScheduleCustomRepeatNot.to_json())
# convert the object into a dict
dashboard_schedule_custom_repeat_not_dict = dashboard_schedule_custom_repeat_not_instance.to_dict()
# create an instance of DashboardScheduleCustomRepeatNot from a dict
dashboard_schedule_custom_repeat_not_from_dict = DashboardScheduleCustomRepeatNot.from_dict(dashboard_schedule_custom_repeat_not_dict)
```
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)