ListThingsInThingGroupResponse constructor

ListThingsInThingGroupResponse({
  1. String? nextToken,
  2. List<String>? things,
})

Implementation

ListThingsInThingGroupResponse({
  this.nextToken,
  this.things,
});