ChannelPage

data class ChannelPage(val size: Int, val currentPage: Int, val totalElements: Int, val totalPages: Int)

채널 정보 조회시 반환되는 채널 페이지 객체
Channel page object returned when retrieving channel information

Constructors

Link copied to clipboard
constructor(size: Int, currentPage: Int, totalElements: Int, totalPages: Int)

Properties

Link copied to clipboard

Current page number

Link copied to clipboard
val size: Int

number of element per page

Link copied to clipboard

total number of element

Link copied to clipboard

total number of page

Functions

Link copied to clipboard