dk.sdu.cloud.grant.api.GrantApplication.Period

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

GrantApplication.Period

API: Stable

data class Period(
    val start: Long?,
    val end: Long?,
    val type: String /* "period" */,
)
Properties

Last updated