CreateDynamicThingGroupResponse constructor

CreateDynamicThingGroupResponse({
  1. String? indexName,
  2. String? queryString,
  3. String? queryVersion,
  4. String? thingGroupArn,
  5. String? thingGroupId,
  6. String? thingGroupName,
})

Implementation

CreateDynamicThingGroupResponse({
  this.indexName,
  this.queryString,
  this.queryVersion,
  this.thingGroupArn,
  this.thingGroupId,
  this.thingGroupName,
});