TNAggregatedSafetyScoreResponse
@objcMembers
public class TNAggregatedSafetyScoreResponse : TNDriveMotionResponseBase
The response of the API that get aggregated safety score by time range.
-
Aggregated safety score info(see {@link TNAggregatedSafetyScore}).
Declaration
Swift
public let aggregatedSafetyScore: TNAggregatedSafetyScore?
-
Undocumented
Declaration
Swift
public init(status: TNResponseStatus, message: String? = nil, aggregatedSafetyScore: TNAggregatedSafetyScore? = nil)
-
Undocumented
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Undocumented
Declaration
Swift
public override func encode(to encoder: Encoder) throws