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