SearchIndexResponse constructor

SearchIndexResponse({
  1. String? nextToken,
  2. List<ThingGroupDocument>? thingGroups,
  3. List<ThingDocument>? things,
})

Implementation

SearchIndexResponse({
  this.nextToken,
  this.thingGroups,
  this.things,
});