dk.sdu.cloud.grant.api.GrantApplication.Comment

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

GrantApplication.Comment

data class Comment(
    val id: String,
    val username: String,
    val createdAt: Long,
    val comment: String,
    val type: String /* "comment" */,
)
Properties

Last updated