SearchSuggestionsResponse

public struct SearchSuggestionsResponse : Codable

A root object that stores information about a collection of searche suggestions.

Properties

  • The data included in the repsonse for a search suggesion object request.

    Declaration

    Swift

    public let data: [String]