CategoryGroupWithCategories
public struct CategoryGroupWithCategories : Codable, Equatable
Category group including categories
-
Category group id
Declaration
Swift
public let id: String
-
Category name
Declaration
Swift
public let name: String
-
Whether or not the category is hidden
Declaration
Swift
public let hidden: Bool
-
Whether or not the category is deleted
Declaration
Swift
public let deleted: Bool
-
Categories belonging to this group
Declaration
Swift
public let categories: [Category]