feedFields property

List<FeedField>? feedFields
getter/setter pair

The list of fields of the element.

The field order and name should match the meta data in the content source source.

Required.

Implementation

core.List<FeedField>? feedFields;