mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2026-02-04 10:15:30 +00:00
1.4 KiB
1.4 KiB
EnterpriseAgentUnitsByTestOwnerAccountGroup
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| breakdowns | **List[EnterpriseAgentUnitsByTestOwnerAccountGroupBreakdownsInner]** | [optional] |
Example
from usage.models.enterprise_agent_units_by_test_owner_account_group import EnterpriseAgentUnitsByTestOwnerAccountGroup
# TODO update the JSON string below
json = "{}"
# create an instance of EnterpriseAgentUnitsByTestOwnerAccountGroup from a JSON string
enterprise_agent_units_by_test_owner_account_group_instance = EnterpriseAgentUnitsByTestOwnerAccountGroup.from_json(json)
# print the JSON string representation of the object
print(EnterpriseAgentUnitsByTestOwnerAccountGroup.to_json())
# convert the object into a dict
enterprise_agent_units_by_test_owner_account_group_dict = enterprise_agent_units_by_test_owner_account_group_instance.to_dict()
# create an instance of EnterpriseAgentUnitsByTestOwnerAccountGroup from a dict
enterprise_agent_units_by_test_owner_account_group_from_dict = EnterpriseAgentUnitsByTestOwnerAccountGroup.from_dict(enterprise_agent_units_by_test_owner_account_group_dict)