resourceAttributes property

Map<String, String>? resourceAttributes
getter/setter pair

The values of resource attributes associated with the resources being requested.

If no values are specified, then all resources are queried.

Optional.

Implementation

core.Map<core.String, core.String>? resourceAttributes;