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:
property entity_uuid#

UUID of queried entity.

Type:

str

property stats_data#

Returned list of statistics data.

Type:

list[ StatsData ]

property stats_type#
Type:

StatsType

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model