NodeStatsSegments

@Serializable
data class NodeStatsSegments(val count: Long? = null, val memoryInBytes: Long? = null)

Constructors

Link copied to clipboard
constructor(count: Long? = null, memoryInBytes: Long? = null)

Properties

Link copied to clipboard
val count: Long?
Link copied to clipboard
@SerialName(value = "memory_in_bytes")
val memoryInBytes: Long?