properties property

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

A map that describes the desired values to mutate.

If update_mask is empty, the properties will not update. Otherwise, the properties only alters the value whose associated paths exist in the update mask

Implementation

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