OperatorListQueryParams

data class OperatorListQueryParams @JvmOverloads constructor(var channelType: ChannelType, var channelUrl: String, var limit: Int = QUERY_DEFAULT_LIMIT)

Params for creating a OperatorListQuery object.

Since

4.0.0

See also

Constructors

Link copied to clipboard
constructor(channelType: ChannelType, channelUrl: String, limit: Int = QUERY_DEFAULT_LIMIT)

Properties

Link copied to clipboard

The ChannelType of the channel you want to get operators from.

Link copied to clipboard

The channel url of the channel you want to get operators from.

Link copied to clipboard
var limit: Int

The maximum number of items per queried page.