labels property

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

Labels applied on the resource.

This value should not contain more than 10 entries. The key and value of each entry must be non-empty and fewer than 64 characters.

Implementation

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