PNChannelMembershipArrayResult

data class PNChannelMembershipArrayResult(val status: Int, val data: Collection<PNChannelMembership>, val totalCount: Int?, val next: PNPage.PNNext?, val prev: PNPage.PNPrev?)

Constructors

Link copied to clipboard
constructor(status: Int, data: Collection<PNChannelMembership>, totalCount: Int?, next: PNPage.PNNext?, prev: PNPage.PNPrev?)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val status: Int
Link copied to clipboard