class documentation

class DevicesActive(bb.Struct): (source)

View In Hierarchy

Each of the items is an array of values, one value per day. The value is the number of devices active within a time window, ending with that day. If there is no data for a day, then the value will be None. :ivar team.DevicesActive.windows: Array of number of linked windows (desktop) clients with activity. :ivar team.DevicesActive.macos: Array of number of linked mac (desktop) clients with activity. :ivar team.DevicesActive.linux: Array of number of linked linus (desktop) clients with activity. :ivar team.DevicesActive.ios: Array of number of linked ios devices with activity. :ivar team.DevicesActive.android: Array of number of linked android devices with activity. :ivar team.DevicesActive.other: Array of number of other linked devices (blackberry, windows phone, etc) with activity. :ivar team.DevicesActive.total: Array of total number of linked clients with activity.

Method __init__ Undocumented
Class Variable __slots__ Undocumented
Instance Variable android Undocumented
Instance Variable ios Undocumented
Instance Variable linux Undocumented
Instance Variable macos Undocumented
Instance Variable other Undocumented
Instance Variable total Undocumented
Instance Variable windows Undocumented
Method _process_custom_annotations Undocumented
Class Variable _has_required_fields Undocumented
Instance Variable _android_value Undocumented
Instance Variable _ios_value Undocumented
Instance Variable _linux_value Undocumented
Instance Variable _macos_value Undocumented
Instance Variable _other_value Undocumented
Instance Variable _total_value Undocumented
Instance Variable _windows_value Undocumented
def __init__(self, windows=None, macos=None, linux=None, ios=None, android=None, other=None, total=None): (source)

Undocumented

__slots__: list[str] = (source)

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

Undocumented

def _process_custom_annotations(self, annotation_type, field_path, processor): (source)

Undocumented

_has_required_fields: bool = (source)

Undocumented

_android_value = (source)

Undocumented

_ios_value = (source)

Undocumented

_linux_value = (source)

Undocumented

_macos_value = (source)

Undocumented

_other_value = (source)

Undocumented

_total_value = (source)

Undocumented

_windows_value = (source)

Undocumented