ClusterStatsStore

@Serializable
data class ClusterStatsStore(val sizeInBytes: Long? = null)

Constructors

Link copied to clipboard
constructor(sizeInBytes: Long? = null)

Properties

Link copied to clipboard
@SerialName(value = "size_in_bytes")
val sizeInBytes: Long?