ListQueryKeyBySearchServiceResult

data class ListQueryKeyBySearchServiceResult(val nextLink: String, val value: List<QueryKeyResponse>)

Response containing the query API keys for a given search service.

Constructors

Link copied to clipboard
constructor(nextLink: String, value: List<QueryKeyResponse>)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Request URL that can be used to query next page of query keys. Returned when the total number of requested query keys exceed maximum page size.

Link copied to clipboard

The query keys for the search service.