DeviceSessionLogInfo
public class DeviceSessionLogInfo : CustomStringConvertible, JSONRepresentable
Device’s session logged information.
-
The IP address of the last activity from this session.
Declaration
Swift
public let ipAddress: String?
-
The time this session was created.
Declaration
Swift
public let created: Date?
-
The time of the last activity from this session.
Declaration
Swift
public let updated: Date?
-
Declaration
Swift
public var description: String { get }