UsageForType

@Serializable
data class UsageForType(val storageType: Storage.StorageType, val usage: Double)

Usage for a storage type.

Constructors

Link copied to clipboard
constructor(storageType: Storage.StorageType, usage: Double)

Properties

Link copied to clipboard

Name of storage type.

Link copied to clipboard

Storage usage (bytes).