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

30 lines
1.4 KiB
Markdown

# EnterpriseAgentUnitsByTestOwnerAccountGroup
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**breakdowns** | [**List[EnterpriseAgentUnitsByTestOwnerAccountGroupBreakdownsInner]**](EnterpriseAgentUnitsByTestOwnerAccountGroupBreakdownsInner.md) | | [optional]
## Example
```python
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]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)