TNAggregatedScoreResponse
@objcMembers
public class TNAggregatedScoreResponse : TNDriveMotionResponseBase
The response of the API that get aggregated drive score by time range.
-
Aggregated score info(see {@link TNAggregatedScore}).
Declaration
Swift
public let aggregatedScore: TNAggregatedScore?
-
Undocumented
Declaration
Swift
public init(status: TNResponseStatus, message: String? = nil, aggregatedScore: TNAggregatedScore? = nil)
-
Undocumented
Declaration
Swift
public required init(from decoder: Decoder) throws