ListDeviceInstancesResult constructor
ListDeviceInstancesResult({
- List<
DeviceInstance> ? deviceInstances, - String? nextToken,
Implementation
ListDeviceInstancesResult({
this.deviceInstances,
this.nextToken,
});