TimeValuePair#

class TimeValuePair(timestamp=None, value=None, *args, **kwargs)#

Bases: object

Parameters:
  • timestamp – (timestamp) Timestamp is returned in Epoch format.

  • value – (value) Value of the stat at the corresponding timestamp value represented in Int64 format.

property timestamp#

Timestamp is returned in Epoch format.

Type:

datetime

to_dict()#

Returns the model properties as a dictionary

to_str()#

Returns the string representation of the model

property value#

Value of the stat at the corresponding timestamp value represented in Int64 format.

Type:

int