SpaceUsage
public class SpaceUsage : CustomStringConvertible, JSONRepresentable
Information about a user’s space usage and quota.
-
The user’s total space usage (bytes).
Declaration
Swift
public let used: UInt64 -
The user’s space allocation.
Declaration
Swift
public let allocation: Users.SpaceAllocation -
Declaration
Swift
public var description: String { get }
View on GitHub
SpaceUsage Class Reference