GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse constructor

GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse({
  1. List<GoogleChromeManagementV1DeviceAueCountReport>? deviceAueCountReports,
})

Implementation

GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse({
  this.deviceAueCountReports,
});