CustomerListDevicesResponse constructor

CustomerListDevicesResponse({
  1. List<Device>? devices,
  2. String? nextPageToken,
})

Implementation

CustomerListDevicesResponse({this.devices, this.nextPageToken});