AllocationGroup
¶
data class AllocationGroup(
val id: Int,
val allocations: List<AllocationGroup.Alloc>,
val usage: Long,
)
AllocationGroup
¶data class AllocationGroup(
val id: Int,
val allocations: List<AllocationGroup.Alloc>,
val usage: Long,
)