property property
The name of the property.
Property paths (a list of property names separated by dots (.
)) may be
used to refer to properties inside entity values. For example foo.bar
means the property bar
inside the entity property foo
. If a property
name contains a dot .
or a backlslash \
, then that name must be
escaped.
Optional.
Implementation
core.String? property;