Partial
data class Partial(val channelId: String, val custom: CustomObject? = null, val status: String? = null, val type: String? = null) : ChannelMembershipInput
Constructors
Link copied to clipboard
constructor(channelId: String, custom: CustomObject? = null, status: String? = null, type: String? = null)