TNGetStreaksResponse
@objcMembers
public class TNGetStreaksResponse : TNDriveMotionResponseBase
Undocumented
-
Undocumented
Declaration
Swift
public let streaks: [TNStreak]?
-
Undocumented
Declaration
Swift
public init(status: TNResponseStatus, message: String? = nil, streaks: [TNStreak]? = nil)
-
Undocumented
Declaration
Swift
public required init(from decoder: Decoder) throws
-
Undocumented
Declaration
Swift
public override func encode(to encoder: Encoder) throws