metalines property

List<Metaline>? metalines
getter/setter pair

Defines the properties that are displayed in the metalines of the search results.

The property values are displayed in the order given here. If a property holds multiple values, all of the values are displayed before the next properties. For this reason, it is a good practice to specify singular properties before repeated properties in this list. All of the properties must set is_returnable to true. The maximum number of metalines is 3.

Implementation

core.List<Metaline>? metalines;