results property

List<ResourceSearchResult>? results
getter/setter pair

A list of Resources that match the search query.

It contains the resource standard metadata information.

Implementation

core.List<ResourceSearchResult>? results;