mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2025-12-06 07:55:31 +00:00
1.3 KiB
1.3 KiB
ApiAlertListWidgetAllOfActiveWithin
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| value | int | Timespan value. | [optional] |
| unit | LegacyDurationUnit | [optional] |
Example
from dashboards.models.api_alert_list_widget_all_of_active_within import ApiAlertListWidgetAllOfActiveWithin
# TODO update the JSON string below
json = "{}"
# create an instance of ApiAlertListWidgetAllOfActiveWithin from a JSON string
api_alert_list_widget_all_of_active_within_instance = ApiAlertListWidgetAllOfActiveWithin.from_json(json)
# print the JSON string representation of the object
print(ApiAlertListWidgetAllOfActiveWithin.to_json())
# convert the object into a dict
api_alert_list_widget_all_of_active_within_dict = api_alert_list_widget_all_of_active_within_instance.to_dict()
# create an instance of ApiAlertListWidgetAllOfActiveWithin from a dict
api_alert_list_widget_all_of_active_within_from_dict = ApiAlertListWidgetAllOfActiveWithin.from_dict(api_alert_list_widget_all_of_active_within_dict)