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

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)

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