GetThingRuntimeConfigurationResponse constructor

GetThingRuntimeConfigurationResponse({
  1. RuntimeConfiguration? runtimeConfiguration,
})

Implementation

GetThingRuntimeConfigurationResponse({
  this.runtimeConfiguration,
});