dk.sdu.cloud.grant.api.GrantApplication.Document

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

GrantApplication.Document

data class Document(
    val recipient: GrantApplication.Recipient,
    val allocationRequests: List<GrantApplication.AllocationRequest>,
    val form: GrantApplication.Form,
    val referenceIds: List<String>?,
    val revisionComment: String?,
    val parentProjectId: String?,
    val type: String /* "document" */,
)
Properties

Last updated