TwoAccountChangePolicyDetails
public class TwoAccountChangePolicyDetails : CustomStringConvertible, JSONRepresentable
Enabled/disabled option for members to link personal Dropbox account and team account to same computer.
-
New two account policy.
Declaration
Swift
public let newValue: TeamLog.TwoAccountPolicy
-
Previous two account policy. Might be missing due to historical data gap.
Declaration
Swift
public let previousValue: TeamLog.TwoAccountPolicy?
-
Declaration
Swift
public var description: String { get }