properties property

  1. @TagNumber(3)
Map<String, Value> properties

The entity's properties. The map's keys are property names. A property name matching regex __.*__ is reserved. A reserved property name is forbidden in certain documented contexts. The map keys, represented as UTF-8, must not exceed 1,500 bytes and cannot be empty.

Implementation

@$pb.TagNumber(3)
$core.Map<$core.String, Value> get properties => $_getMap(1);