ListOTAUpdatesResponse constructor

ListOTAUpdatesResponse({
  1. String? nextToken,
  2. List<OTAUpdateSummary>? otaUpdates,
})

Implementation

ListOTAUpdatesResponse({
  this.nextToken,
  this.otaUpdates,
});