ListThingGroupsForThingResponse constructor
ListThingGroupsForThingResponse({
- String? nextToken,
- List<
GroupNameAndArn> ? thingGroups,
Implementation
ListThingGroupsForThingResponse({
this.nextToken,
this.thingGroups,
});