GetIndexingConfigurationResponse constructor

GetIndexingConfigurationResponse({
  1. ThingGroupIndexingConfiguration? thingGroupIndexingConfiguration,
  2. ThingIndexingConfiguration? thingIndexingConfiguration,
})

Implementation

GetIndexingConfigurationResponse({
  this.thingGroupIndexingConfiguration,
  this.thingIndexingConfiguration,
});