DescribeThingResponse constructor

DescribeThingResponse({
  1. Map<String, String>? attributes,
  2. String? billingGroupName,
  3. String? defaultClientId,
  4. String? thingArn,
  5. String? thingId,
  6. String? thingName,
  7. String? thingTypeName,
  8. int? version,
})

Implementation

DescribeThingResponse({
  this.attributes,
  this.billingGroupName,
  this.defaultClientId,
  this.thingArn,
  this.thingId,
  this.thingName,
  this.thingTypeName,
  this.version,
});