dk.sdu.cloud.grant.api.GrantApplication.AllocationRequest

UCloud Developer Guide / Accounting and Project Management / Grants / Allocation Process

GrantApplication.AllocationRequest

data class AllocationRequest(
    val category: String,
    val provider: String,
    val grantGiver: String,
    val balanceRequested: Long?,
    val sourceAllocation: Long?,
    val period: GrantApplication.Period,
    val type: String /* "allocation_request" */,
)
Properties

Last updated