GoogleChromeManagementV1ListTelemetryDevicesResponse constructor

GoogleChromeManagementV1ListTelemetryDevicesResponse({
  1. List<GoogleChromeManagementV1TelemetryDevice>? devices,
  2. String? nextPageToken,
})

Implementation

GoogleChromeManagementV1ListTelemetryDevicesResponse({
  this.devices,
  this.nextPageToken,
});