GoogleChromeManagementV1ListTelemetryDevicesResponse constructor
GoogleChromeManagementV1ListTelemetryDevicesResponse({
- List<
GoogleChromeManagementV1TelemetryDevice> ? devices, - String? nextPageToken,
Implementation
GoogleChromeManagementV1ListTelemetryDevicesResponse({
this.devices,
this.nextPageToken,
});