ThingTypeProperties constructor

ThingTypeProperties({
  1. List<String>? searchableAttributes,
  2. String? thingTypeDescription,
})

Implementation

ThingTypeProperties({
  this.searchableAttributes,
  this.thingTypeDescription,
});