SearchIndexResponse constructor
SearchIndexResponse({
- String? nextToken,
- List<
ThingGroupDocument> ? thingGroups, - List<
ThingDocument> ? things,
Implementation
SearchIndexResponse({
this.nextToken,
this.thingGroups,
this.things,
});