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