ItemsRequestList

@Serializable(with = ItemsRequestListSerializer::class)
data class ItemsRequestList(val entries: List<SingleItemsRequest>)(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(entries: List<SingleItemsRequest>)

Properties

Link copied to clipboard