dk.sdu.cloud.grant.api.GrantApplication.Status

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

GrantApplication.Status

data class Status(
    val overallState: GrantApplication.State,
    val stateBreakdown: List<GrantApplication.GrantGiverApprovalState>,
    val comments: List<GrantApplication.Comment>,
    val revisions: List<GrantApplication.Revision>,
    val projectTitle: String?,
    val projectPI: String,
    val type: String /* "status" */,
)
Properties

Last updated