Get Allocations Result
data class GetAllocationsResult(val allocations: List<GetAllocationsAllocation>, val filter: String? = null, val id: String, val namespace: String? = null, val prefix: String? = null)
A collection of values returned by getAllocations.