labels property

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

Resource labels associated with this namespace.

No more than 64 user labels can be associated with a given resource. Label keys and values can be no longer than 63 characters.

Optional.

Implementation

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