results property

  1. @JsonKey(name: 'results')
SearchResultOfDestinyEntitySearchResultItem? results
getter/setter pair

The items found that are matches/near matches for the searched-for term, sorted by something vaguely resembling "relevance". Hopefully this will get better in the future.

Implementation

@JsonKey(name:'results')
SearchResultOfDestinyEntitySearchResultItem? results;