Params
data class Params(val pictures: List<RequestPictures.Params.Picture>, val clientId: ClientIdentifier)
Parameters
pictures
the list of fileNames of pictures that should be sent to the client. An empty list here means that all (for this client) available pictures should be sent to the client.
clientId
The ClientIdentifier of the requesting client, to which the pictures should be sent.