ListDevicePoolsResult constructor
ListDevicePoolsResult({
- List<
DevicePool> ? devicePools, - String? nextToken,
Implementation
ListDevicePoolsResult({
this.devicePools,
this.nextToken,
});