dk.sdu.cloud.accounting.api.providers.ResourceChargeCredits

UCloud Developer Guide / Orchestration of Resources / Introduction to Resources

ResourceChargeCredits

data class ResourceChargeCredits(
    val id: String,
    val chargeId: String,
    val units: Long,
    val periods: Long?,
    val performedBy: String?,
    val description: String?,
)
Properties

Last updated