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)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val id: String
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 PNChannelMetadata with new data from update, returning a new PNChannelMetadata instance.