GoogleChromeManagementV1MemoryStatusReport constructor

GoogleChromeManagementV1MemoryStatusReport({
  1. int? pageFaults,
  2. String? reportTime,
  3. String? sampleFrequency,
  4. String? systemRamFreeBytes,
})

Implementation

GoogleChromeManagementV1MemoryStatusReport({
  this.pageFaults,
  this.reportTime,
  this.sampleFrequency,
  this.systemRamFreeBytes,
});