chrome-devtools-kotlin / org.hildan.chrome.devtools.domains.storage / UsageForType

UsageForType

data class UsageForType

Usage for a storage type.

Official doc

Constructors

<init>

Usage for a storage type.

UsageForType(storageType: StorageType, usage: Double)

Properties

storageType

Name of storage type.

val storageType: StorageType

usage

Storage usage (bytes).

val usage: Double