Dimension

enum Dimension : String, Codable

The Statistic.Dimension enum represents the different ways the statistics can be sliced.

  • category: Represents statistics grouped by category.
  • subuser: Represents statistics grouped by subuser.
  • Represents statistics grouped by category.

    Declaration

    Swift

    case category
  • Represents statistics grouped by subuser.

    Declaration

    Swift

    case subuser