ServiceQueryKey

data class ServiceQueryKey(val key: String? = null, val name: String? = null)

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val key: String? = null

The value of this Query Key.

Link copied to clipboard
val name: String? = null

The Name which should be used for this Search Service. Changing this forces a new Search Service to be created.