ListThingTypesResponse constructor

ListThingTypesResponse({
  1. String? nextToken,
  2. List<ThingTypeDefinition>? thingTypes,
})

Implementation

ListThingTypesResponse({
  this.nextToken,
  this.thingTypes,
});