GetIndexingConfigurationResponse constructor
GetIndexingConfigurationResponse({
- ThingGroupIndexingConfiguration? thingGroupIndexingConfiguration,
- ThingIndexingConfiguration? thingIndexingConfiguration,
Implementation
GetIndexingConfigurationResponse({
this.thingGroupIndexingConfiguration,
this.thingIndexingConfiguration,
});