DescribeThingTypeResponse constructor

DescribeThingTypeResponse({
  1. String? thingTypeArn,
  2. String? thingTypeId,
  3. ThingTypeMetadata? thingTypeMetadata,
  4. String? thingTypeName,
  5. ThingTypeProperties? thingTypeProperties,
})

Implementation

DescribeThingTypeResponse({
  this.thingTypeArn,
  this.thingTypeId,
  this.thingTypeMetadata,
  this.thingTypeName,
  this.thingTypeProperties,
});