StatsData#

class StatsData(attribute=None, stats_data=None, *args, **kwargs)[source]#

Bases: object

Returned list of statistics data.

Parameters:
  • attribute (required) – (attribute) Stats query attribute name.

  • stats_data – (stats_data) Returned list of statistics data.

property attribute#

Stats query attribute name.

Type:

str

property stats_data#

Returned list of statistics data.

Type:

list[ str ]

to_dict()[source]#

Returns the model properties as a dictionary

to_str()[source]#

Returns the string representation of the model