RuntimeInfo constructor
      
      RuntimeInfo({ 
    
    
- UsageMetrics? approximateUsage,
- UsageSnapshot? currentUsage,
- String? diagnosticOutputUri,
- Map<String, String> ? endpoints,
- String? outputUri,
- PropertiesInfo? propertiesInfo,
Implementation
RuntimeInfo({
  this.approximateUsage,
  this.currentUsage,
  this.diagnosticOutputUri,
  this.endpoints,
  this.outputUri,
  this.propertiesInfo,
});