Attributes
public struct Attributes : Codable
A root object that stores information about a single recap item, such as the recap item’s year, and type.
-
The year of the recap.
Declaration
Swift
public let year: Int
-
The type of the recap.
Declaration
Swift
public let type: String
-
The total series count of the recap type.
Declaration
Swift
public let totalSeriesCount: Int
-
The total parts count of the recap type.
Declaration
Swift
public let totalPartsCount: Int
-
The total parts duration of the recap type.
Declaration
Swift
public let totalPartsDuration: Int
-
The top percentile of the recap type.
Declaration
Swift
public let topPercentile: String
-
The type of the recap item.
Declaration
Swift
public var recapItemType: RecapItemType { get }