labels property

List<String>? labels
getter/setter pair

A collection of free-form strings to allow you to tag your business.

These labels are NOT user facing; only you can see them. Must be between 1-255 characters per label.

Optional.

Implementation

core.List<core.String>? labels;