labels property

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

This collection of key/value pairs allows for custom labels to be supplied by the user.

Example, {"tag": "Weekly"}.

Optional.

Implementation

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