DescribeThingGroupResponse constructor

DescribeThingGroupResponse({
  1. String? indexName,
  2. String? queryString,
  3. String? queryVersion,
  4. DynamicGroupStatus? status,
  5. String? thingGroupArn,
  6. String? thingGroupId,
  7. ThingGroupMetadata? thingGroupMetadata,
  8. String? thingGroupName,
  9. ThingGroupProperties? thingGroupProperties,
  10. int? version,
})

Implementation

DescribeThingGroupResponse({
  this.indexName,
  this.queryString,
  this.queryVersion,
  this.status,
  this.thingGroupArn,
  this.thingGroupId,
  this.thingGroupMetadata,
  this.thingGroupName,
  this.thingGroupProperties,
  this.version,
});