PushNodesByBackendIdsToFrontendReturn

@Serializable
data class PushNodesByBackendIdsToFrontendReturn(val nodeIds: List<Int>)

Constructors

Link copied to clipboard
constructor(nodeIds: List<Int>)

Properties

Link copied to clipboard

The array of ids of pushed nodes that correspond to the backend ids specified in backendNodeIds.