ParticipantLogInfo
public enum ParticipantLogInfo : CustomStringConvertible, JSONRepresentable
A user or group
-
Group details.
Declaration
Swift
case group(TeamLog.GroupLogInfo)
-
A user with a Dropbox account.
Declaration
Swift
case user(TeamLog.UserLogInfo)
-
An unspecified error.
Declaration
Swift
case other
-
Declaration
Swift
public var description: String { get }