ListThingRegistrationTaskReportsResponse constructor
ListThingRegistrationTaskReportsResponse({
- String? nextToken,
- ReportType? reportType,
- List<
String> ? resourceLinks,
Implementation
ListThingRegistrationTaskReportsResponse({
this.nextToken,
this.reportType,
this.resourceLinks,
});