WebSessionsChangeFixedLengthPolicyDetails
public class WebSessionsChangeFixedLengthPolicyDetails : CustomStringConvertible, JSONRepresentable
Changed how long members can stay signed in to Dropbox.com.
-
New session length policy. Might be missing due to historical data gap.
Declaration
Swift
public let newValue: TeamLog.WebSessionsFixedLengthPolicy?
-
Previous session length policy. Might be missing due to historical data gap.
Declaration
Swift
public let previousValue: TeamLog.WebSessionsFixedLengthPolicy?
-
Declaration
Swift
public var description: String { get }