dk.sdu.cloud.grant.api.GrantApplication

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

GrantApplication

data class GrantApplication(
    val id: String,
    val createdBy: String,
    val createdAt: Long,
    val updatedAt: Long,
    val currentRevision: GrantApplication.Revision,
    val status: GrantApplication.Status,
)
Properties

Last updated