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