Dataclass for results from the /search endpoint
Constructors
new(pull : JSON::PullParser)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
datatype
The name of the type of data that this item is.
Sourceicon
The URL of the icon for the item.
Sourceid
The ID of the item returned from the search results.
Sourcescore
The score of the item relative to the user's search query.
Sourceurl
The URL to the XIVAPI page for the item.
Sourceurl_type
The type of the URL, without the ID.
Source