CpgBackendDataItem

class CpgBackendDataItem(val name: String?, val value: Any?, val type: String?) : BackendDataItem(source)

Implementation of the BackendDataItem interface for the CPG

Constructors

Link copied to clipboard
constructor(name: String?, value: Any?, type: String?)

Properties

Link copied to clipboard
open override val name: String?
Link copied to clipboard
open override val type: String?
Link copied to clipboard
open override val value: Any?