GetDevicesReport
public class GetDevicesReport : Team.BaseDfbReport
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.
-
Report of the number of devices active in the last day.
Declaration
Swift
public let active1Day: Team.DevicesActive
-
Report of the number of devices active in the last 7 days.
Declaration
Swift
public let active7Day: Team.DevicesActive
-
Report of the number of devices active in the last 28 days.
Declaration
Swift
public let active28Day: Team.DevicesActive