mirror of
https://github.com/thousandeyes/thousandeyes-sdk-python.git
synced 2026-03-22 01:25:29 +00:00
30 lines
1.4 KiB
Markdown
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)
|
|
|
|
|