ListOTAUpdatesResponse constructor
ListOTAUpdatesResponse({
- String? nextToken,
- List<
OTAUpdateSummary> ? otaUpdates,
Implementation
ListOTAUpdatesResponse({
this.nextToken,
this.otaUpdates,
});