SingleItemsRequest

data class SingleItemsRequest(val key: String, val value: Boolean)(source)

Convenience class with a custom serializer (ItemsRequestListSerializer) to prevent usage of the type Map<String, Map<String, Boolean>> in ItemsRequest.namespaces.

Constructors

Link copied to clipboard
constructor(key: String, value: Boolean)

Properties

Link copied to clipboard
val key: String
Link copied to clipboard