DeprecatedNode

class DeprecatedNode(    val name: String,     val address: DRI,     val description: List<ContentNode>)

Constructors

Link copied to clipboard
fun DeprecatedNode(    name: String,     address: DRI,     description: List<ContentNode>)

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int

Properties

Link copied to clipboard
val address: DRI
Link copied to clipboard
val description: List<ContentNode>
Link copied to clipboard
val name: String