TNGetEnrollmentStatusResponse
@objcMembers
public class TNGetEnrollmentStatusResponse : TNDriveMotionResponseBase
A response class representing the result of a request to get the enrollment status of vehicles.
This class contains a list of EnrollmentStatus objects, which provide the status of individual vehicle enrollments.
-
An optional array of
EnrollmentStatusobjects representing the enrollment status of individual vehicles.Declaration
Swift
public let enrollmentStatusList: [EnrollmentStatus]? -
Undocumented
Declaration
Swift
public init(status: TNResponseStatus, message: String? = nil, enrollmentStatusList: [EnrollmentStatus]? = nil) -
Undocumented
Declaration
Swift
public required init(from decoder: Decoder) throws -
Undocumented
Declaration
Swift
public override func encode(to encoder: Encoder) throws