Destination

data class Destination(val structuredSearchCandidate: StructuredSearchCandidate) : StructuredSearchResponse

Contains a StructuredSearchCandidate as destination when the search path ended.

Constructors

Link copied to clipboard
constructor(structuredSearchCandidate: StructuredSearchCandidate)

Properties