ListThingRegistrationTaskReportsResponse constructor

ListThingRegistrationTaskReportsResponse({
  1. String? nextToken,
  2. ReportType? reportType,
  3. List<String>? resourceLinks,
})

Implementation

ListThingRegistrationTaskReportsResponse({
  this.nextToken,
  this.reportType,
  this.resourceLinks,
});