mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2026-09-19 08:03:56 +00:00
1.1 KiB
1.1 KiB
FiltersMetricsExcludedMetrics
Metric names to exclude. Values must match the stream's dataModelVersion.
Properties
| Name | Type | Description | Notes |
|---|
Example
from thousandeyes_sdk.streaming.models.filters_metrics_excluded_metrics import FiltersMetricsExcludedMetrics
# TODO update the JSON string below
json = "{}"
# create an instance of FiltersMetricsExcludedMetrics from a JSON string
filters_metrics_excluded_metrics_instance = FiltersMetricsExcludedMetrics.from_json(json)
# print the JSON string representation of the object
print(FiltersMetricsExcludedMetrics.to_json())
# convert the object into a dict
filters_metrics_excluded_metrics_dict = filters_metrics_excluded_metrics_instance.to_dict()
# create an instance of FiltersMetricsExcludedMetrics from a dict
filters_metrics_excluded_metrics_from_dict = FiltersMetricsExcludedMetrics.from_dict(filters_metrics_excluded_metrics_dict)