mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2025-12-06 07:55:31 +00:00
930 B
930 B
UnitsByTests
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| breakdowns | **List[UnitsByTestsBreakdownsInner]** | [optional] |
Example
from usage.models.units_by_tests import UnitsByTests
# TODO update the JSON string below
json = "{}"
# create an instance of UnitsByTests from a JSON string
units_by_tests_instance = UnitsByTests.from_json(json)
# print the JSON string representation of the object
print(UnitsByTests.to_json())
# convert the object into a dict
units_by_tests_dict = units_by_tests_instance.to_dict()
# create an instance of UnitsByTests from a dict
units_by_tests_from_dict = UnitsByTests.from_dict(units_by_tests_dict)