dk.sdu.cloud.grant.api.GrantApplication.Recipient

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

GrantApplication.Recipient

sealed class Recipient {
    abstract val type: String /* "recipient" */

    class ExistingProject : Recipient()
    class NewProject : Recipient()
    class PersonalWorkspace : Recipient()
}
Properties

Last updated