ListThingGroupsForThingResponse constructor

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

Implementation

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