GetAttributesReturn

@Serializable
data class GetAttributesReturn(val attributes: List<String>)

Constructors

Link copied to clipboard
constructor(attributes: List<String>)

Properties

Link copied to clipboard

An interleaved array of node attribute names and values.