attributes property

List<Attribute>? attributes
getter/setter pair

A collection of attributes that need to be updated.

Implementation

core.List<Attribute>? attributes;