QueryKeyResponse

data class QueryKeyResponse(val key: String, val name: String)

Describes an API key for a given search service that has permissions for query operations only.

Constructors

Link copied to clipboard
constructor(key: String, name: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String

The value of the query API key.

Link copied to clipboard

The name of the query API key; may be empty.