ReclaimGroup

data class ReclaimGroup(val category: SpaceCategory, val paths: List<String>, val pathsToDelete: List<String>, val reclaimableBytes: Long)

Constructors

Link copied to clipboard
constructor(category: SpaceCategory, paths: List<String>, pathsToDelete: List<String>, reclaimableBytes: Long)

Properties

Link copied to clipboard
Link copied to clipboard
val key: Int
Link copied to clipboard

All paths in this group (for display).

Link copied to clipboard

Paths to move to trash when this group is cleaned.

Link copied to clipboard

Bytes reclaimed if this group is cleaned.