CreateThingTypeResponse constructor

CreateThingTypeResponse({
  1. String? thingTypeArn,
  2. String? thingTypeId,
  3. String? thingTypeName,
})

Implementation

CreateThingTypeResponse({
  this.thingTypeArn,
  this.thingTypeId,
  this.thingTypeName,
});