GoogleChromeManagementV1HttpsLatencyRoutineData constructor

GoogleChromeManagementV1HttpsLatencyRoutineData({
  1. String? latency,
  2. String? problem,
})

Implementation

GoogleChromeManagementV1HttpsLatencyRoutineData({
  this.latency,
  this.problem,
});