DescribeThingTypeResponse constructor
DescribeThingTypeResponse({
- String? thingTypeArn,
- String? thingTypeId,
- ThingTypeMetadata? thingTypeMetadata,
- String? thingTypeName,
- ThingTypeProperties? thingTypeProperties,
Implementation
DescribeThingTypeResponse({
this.thingTypeArn,
this.thingTypeId,
this.thingTypeMetadata,
this.thingTypeName,
this.thingTypeProperties,
});