thousandeyes-sdk-python/usage/docs/UnitsByTests.md

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)

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