PNChannelMetadata
data class PNChannelMetadata(val id: String, val name: PatchValue<String?>? = null, val description: PatchValue<String?>? = null, val custom: PatchValue<Map<String, Any?>?>? = null, val updated: PatchValue<String>? = null, val eTag: PatchValue<String>? = null, val type: PatchValue<String?>? = null, val status: PatchValue<String?>? = null)
Constructors
Link copied to clipboard
constructor(id: String, name: PatchValue<String?>? = null, description: PatchValue<String?>? = null, custom: PatchValue<Map<String, Any?>?>? = null, updated: PatchValue<String>? = null, eTag: PatchValue<String>? = null, type: PatchValue<String?>? = null, status: PatchValue<String?>? = null)