MonitoredResourceDescriptor constructor
MonitoredResourceDescriptor({
- String name = '',
- String type = '',
- String displayName = '',
- String description = '',
- List<
LabelDescriptor> labels = const [], - LaunchStage launchStage = LaunchStage.$default,
Implementation
MonitoredResourceDescriptor({
this.name = '',
this.type = '',
this.displayName = '',
this.description = '',
this.labels = const [],
this.launchStage = LaunchStage.$default,
}) : super(fullyQualifiedName);