OriginLogInfo
public class OriginLogInfo : CustomStringConvertible, JSONRepresentable
The origin from which the actor performed the action.
-
Geographic location details.
Declaration
Swift
public let geoLocation: TeamLog.GeoLocationLogInfo? -
The method that was used to perform the action.
Declaration
Swift
public let accessMethod: TeamLog.AccessMethodLogInfo -
Declaration
Swift
public var description: String { get }
View on GitHub
OriginLogInfo Class Reference