dk.sdu.cloud.grant.api.GiftWithCriteria

UCloud Developer Guide / Accounting and Project Management / Grants / Gifts

GiftWithCriteria

A Gift along with the criteria for which that can Gifts.claimGift this

data class GiftWithCriteria(
    val id: Long,
    val resourcesOwnedBy: String,
    val title: String,
    val description: String,
    val resources: List<GrantApplication.AllocationRequest>,
    val criteria: List<UserCriteria>,
)
Properties

Last updated