StatsQueryResp#
- class StatsQueryResp(entity_uuid=None, stats_type=None, stats_data=None, ext_id=None, links=None, tenant_id=None, *args, **kwargs)[source]#
Bases:
ExternalizableAbstractModel
Response of statistics query.
- Parameters:
entity_uuid – (
entity_uuid
) UUID of queried entity.stats_type – (
stats_type
)stats_data – (
stats_data
) Returned list of statistics data.
- property entity_uuid#
UUID of queried entity.
- Type:
str