GroupInfo
public struct GroupInfo
extension GroupInfo: Hashable
Information about a group and the number of highlights associated with it.
Used in availableGroups(dateFrom:dateTo:) call that
returns a list of groups, the number of highlights associated with each and
the date when this group was processed and saved.
-
Group name
Declaration
Swift
public let group: String -
Number of highlights associated with this group
Declaration
Swift
public let numHighlights: Int -
Date when this group was processed and saved
Declaration
Swift
public let date: Date -
Declaration
Swift
public func hash(into hasher: inout Hasher)
GroupInfo Structure Reference