TNGetUserProfileResponse
@objcMembers
public class TNGetUserProfileResponse : TNDriveMotionResponseBase
The response of the TNGetUserProfileRequest(see {@link TNGetUserProfileRequest}) that get latest trip detail information.
-
User profile (see {@link TNUserProfile}).
Declaration
Swift
public let userProfiles: [TNUserProfile]
-
Undocumented
Declaration
Swift
public init(status: TNResponseStatus, message: String? = nil, userProfiles: [TNUserProfile])
-
Undocumented
Declaration
Swift
public required init(from decoder: Decoder) throws