DescribeThingGroupResponse constructor
DescribeThingGroupResponse({
- String? indexName,
- String? queryString,
- String? queryVersion,
- DynamicGroupStatus? status,
- String? thingGroupArn,
- String? thingGroupId,
- ThingGroupMetadata? thingGroupMetadata,
- String? thingGroupName,
- ThingGroupProperties? thingGroupProperties,
- int? version,
Implementation
DescribeThingGroupResponse({
this.indexName,
this.queryString,
this.queryVersion,
this.status,
this.thingGroupArn,
this.thingGroupId,
this.thingGroupMetadata,
this.thingGroupName,
this.thingGroupProperties,
this.version,
});