GoogleChromeManagementV1CountActiveDevicesResponse constructor

GoogleChromeManagementV1CountActiveDevicesResponse({
  1. String? sevenDaysCount,
  2. String? thirtyDaysCount,
})

Implementation

GoogleChromeManagementV1CountActiveDevicesResponse({
  this.sevenDaysCount,
  this.thirtyDaysCount,
});