dk.sdu.cloud.accounting.api.UsageChart

UCloud Developer Guide / Accounting and Project Management / Accounting / Visualization of Usage

UsageChart

data class UsageChart(
    val type: ProductType,
    val periodUsage: Long,
    val chargeType: ChargeType,
    val unit: ProductPriceUnit,
    val chart: LineChart,
)
Properties

Last updated