SasPortalListDevicesResponse constructor

SasPortalListDevicesResponse({
  1. List<SasPortalDevice>? devices,
  2. String? nextPageToken,
})

Implementation

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