properties property

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

Key/Value pairs associated with this label. Keys can be removed by sending an update with an empty value.

Implementation

Map<String, String>? properties;