MonitoredResource constructor

MonitoredResource({
  1. Map<String, String>? labels,
  2. String? type,
})

Implementation

MonitoredResource({
  this.labels,
  this.type,
});