GoogleChromeManagementV1FetchDevicesRequestingExtensionResponse constructor
GoogleChromeManagementV1FetchDevicesRequestingExtensionResponse({
- List<
GoogleChromeManagementV1DeviceRequestingExtensionDetails> ? deviceDetails, - String? nextPageToken,
- int? totalSize,
Implementation
GoogleChromeManagementV1FetchDevicesRequestingExtensionResponse({
this.deviceDetails,
this.nextPageToken,
this.totalSize,
});