MonitoredResourceDescriptor constructor

MonitoredResourceDescriptor({
  1. String name = '',
  2. String type = '',
  3. String displayName = '',
  4. String description = '',
  5. List<LabelDescriptor> labels = const [],
  6. LaunchStage launchStage = LaunchStage.$default,
})

Implementation

MonitoredResourceDescriptor({
  this.name = '',
  this.type = '',
  this.displayName = '',
  this.description = '',
  this.labels = const [],
  this.launchStage = LaunchStage.$default,
}) : super(fullyQualifiedName);