class documentation

class GetDevicesReport(BaseDfbReport): (source)

View In Hierarchy

Devices Report Result. Contains subsections for different time ranges of activity. Each of the items in each subsection of the storage report is an array of values, one value per day. If there is no data for a day, then the value will be None. :ivar team.GetDevicesReport.active_1_day: Report of the number of devices active in the last day. :ivar team.GetDevicesReport.active_7_day: Report of the number of devices active in the last 7 days. :ivar team.GetDevicesReport.active_28_day: Report of the number of devices active in the last 28 days.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable active_1_day Undocumented
Instance Variable active_28_day Undocumented
Instance Variable active_7_day Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _active_1_day_value Undocumented
Instance Variable _active_28_day_value Undocumented
Instance Variable _active_7_day_value Undocumented

Inherited from BaseDfbReport:

Instance Variable start_date Undocumented
Instance Variable _start_date_value Undocumented
def __init__(self, start_date=None, active_1_day=None, active_7_day=None, active_28_day=None): (source)

Undocumented

active_1_day = (source)

Undocumented

active_28_day = (source)

Undocumented

active_7_day = (source)

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)
_has_required_fields: bool = (source)
_active_1_day_value = (source)

Undocumented

_active_28_day_value = (source)

Undocumented

_active_7_day_value = (source)

Undocumented