AllocationGroup

API: Internal/Beta

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