ForNodePatch

data class ForNodePatch(val name: String? = null)

ForNode provides information about which nodes should consume this endpoint.

Constructors

Link copied to clipboard
constructor(name: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String? = null

name represents the name of the node.