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)

Properties

Link copied to clipboard
open override val channel: String
Link copied to clipboard
Link copied to clipboard
open override val custom: CustomObject?
Link copied to clipboard
open override val status: String?
Link copied to clipboard
open override val type: String?