GoogleChromeManagementV1NetworkDiagnosticsReport constructor

GoogleChromeManagementV1NetworkDiagnosticsReport({
  1. GoogleChromeManagementV1HttpsLatencyRoutineData? httpsLatencyData,
  2. String? reportTime,
})

Implementation

GoogleChromeManagementV1NetworkDiagnosticsReport({
  this.httpsLatencyData,
  this.reportTime,
});