TNGetSimulatedSafetyScoreResponse
@objcMembers
public class TNGetSimulatedSafetyScoreResponse : TNDriveMotionResponseBase
Undocumented
-
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