ListThingGroupsResponse constructor

ListThingGroupsResponse({
  1. String? nextToken,
  2. List<GroupNameAndArn>? thingGroups,
})

Implementation

ListThingGroupsResponse({
  this.nextToken,
  this.thingGroups,
});