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
GetEnterpriseAgentsUnitsUsage200Response
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| breakdowns | **List[EnterpriseAgentUnitsByTestOwnerAccountGroupBreakdownsInner]** | [optional] | |
| links | PaginationLinksLinks | [optional] |
Example
from usage.models.get_enterprise_agents_units_usage200_response import GetEnterpriseAgentsUnitsUsage200Response
# TODO update the JSON string below
json = "{}"
# create an instance of GetEnterpriseAgentsUnitsUsage200Response from a JSON string
get_enterprise_agents_units_usage200_response_instance = GetEnterpriseAgentsUnitsUsage200Response.from_json(json)
# print the JSON string representation of the object
print(GetEnterpriseAgentsUnitsUsage200Response.to_json())
# convert the object into a dict
get_enterprise_agents_units_usage200_response_dict = get_enterprise_agents_units_usage200_response_instance.to_dict()
# create an instance of GetEnterpriseAgentsUnitsUsage200Response from a dict
get_enterprise_agents_units_usage200_response_from_dict = GetEnterpriseAgentsUnitsUsage200Response.from_dict(get_enterprise_agents_units_usage200_response_dict)