CIOFilterGroup
@objc
public class CIOFilterGroup : NSObject
Struct encapsulating a filter group
-
Display name of the group (or category)
Declaration
Swift
public let displayName: String -
Group ID
Declaration
Swift
public let groupID: String -
The number of results that would be returned when selected
Declaration
Swift
public let count: Int? -
List of child groups
Declaration
Swift
public let children: [CIOFilterGroup] -
List of parent groups that it belongs to
Declaration
Swift
public let parents: [CIOFilterGroup] -
JSON object with custom metadata attached with the item group.
Declaration
Swift
public let data: JSONObject?