Standard

data class Standard(val filter: FilterObject, val sort: QuerySorter<Channel>) : QueryChannelsIdentifier

Identity for a classic query channels request: filter and sort are known on the client and define the query.

Constructors

Link copied to clipboard
constructor(filter: FilterObject, sort: QuerySorter<Channel>)

Properties

Link copied to clipboard
Link copied to clipboard