GoogleChromeManagementV1FindInstalledAppDevicesResponse constructor
GoogleChromeManagementV1FindInstalledAppDevicesResponse({
- List<
GoogleChromeManagementV1Device> ? devices, - String? nextPageToken,
- int? totalSize,
Implementation
GoogleChromeManagementV1FindInstalledAppDevicesResponse({
this.devices,
this.nextPageToken,
this.totalSize,
});