Discovery Attraction Search Criteria
data class DiscoveryAttractionSearchCriteria(val attractionIDList: List<String>? = null, val keywordsFilter: String? = null, val source: String? = null, val pageSize: Int? = null, val currentPage: Int? = null, val sortMethod: String? = null, val classificationIdentifiers: List<String>? = null, val classificationName: List<String>? = null, val webDomain: TMMarketDomain? = null, val locale: String? = null)
Criteria for searching attractions in the Discovery API.
Specifies parameters for querying attraction search results.
Constructors
Link copied to clipboard
constructor(attractionIDList: List<String>? = null, keywordsFilter: String? = null, source: String? = null, pageSize: Int? = null, currentPage: Int? = null, sortMethod: String? = null, classificationIdentifiers: List<String>? = null, classificationName: List<String>? = null, webDomain: TMMarketDomain? = null, locale: String? = null)
Properties
Link copied to clipboard
List of attraction IDs, if available.
Link copied to clipboard
List of classification IDs, if available.
Link copied to clipboard
List of classification names, if available.
Link copied to clipboard
Current page number, if available.
Link copied to clipboard
Keyword filter for the search, if available.
Link copied to clipboard
Sorting method, defaults to relevance,desc, if available.
Link copied to clipboard
Market domain for the query, if available.