GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent constructor

GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent({
  1. GoogleChromeManagementV1HttpsLatencyRoutineData? httpsLatencyRoutineData,
  2. String? httpsLatencyState,
})

Implementation

GoogleChromeManagementV1TelemetryHttpsLatencyChangeEvent({
  this.httpsLatencyRoutineData,
  this.httpsLatencyState,
});