MonitoredResourceMetadata constructor

MonitoredResourceMetadata({
  1. Struct? systemLabels,
  2. Map<String, String> userLabels = const {},
})

Implementation

MonitoredResourceMetadata({this.systemLabels, this.userLabels = const {}})
  : super(fullyQualifiedName);