PNChannelMembership

data class PNChannelMembership(val channel: PNChannelMetadata, val custom: PatchValue<Map<String, Any?>?>? = null, val updated: String, val eTag: String, val status: PatchValue<String?>? = null, val type: PatchValue<String?>? = null)

Constructors

Link copied to clipboard
constructor(channel: PNChannelMetadata, custom: PatchValue<Map<String, Any?>?>? = null, updated: String, eTag: String, status: PatchValue<String?>? = null, type: PatchValue<String?>? = null)

Types

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard

Merge information from this PNChannelMembership with new data from update, returning a new PNChannelMembership instance.