RuntimeInfo constructor

RuntimeInfo({
  1. UsageMetrics? approximateUsage,
  2. CohortInfo? cohortInfo,
  3. UsageSnapshot? currentUsage,
  4. String? diagnosticOutputUri,
  5. Map<String, String>? endpoints,
  6. String? outputUri,
  7. PropertiesInfo? propertiesInfo,
})

Implementation

RuntimeInfo({
  this.approximateUsage,
  this.cohortInfo,
  this.currentUsage,
  this.diagnosticOutputUri,
  this.endpoints,
  this.outputUri,
  this.propertiesInfo,
});