CreateThingResponse constructor

CreateThingResponse({
  1. String? thingArn,
  2. String? thingId,
  3. String? thingName,
})

Implementation

CreateThingResponse({
  this.thingArn,
  this.thingId,
  this.thingName,
});