DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails
Objective-C
@interface DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails
    : NSObject <DBSerializable, NSCopying>
                Swift
class DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails : NSObject, DBSerializable, NSCopying
                The WebSessionsChangeIdleLengthPolicyDetails struct.
Changed how long team members can be idle while signed in to Dropbox.com.
This class implements the DBSerializable protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
- 
                  
                  
New idle length policy. Might be missing due to historical data gap.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) DBTEAMLOGWebSessionsIdleLengthPolicy *dNewValue;Swift
var dNewValue: DBTEAMLOGWebSessionsIdleLengthPolicy? { get } - 
                  
                  
Previous idle length policy. Might be missing due to historical data gap.
Declaration
Objective-C
@property (nonatomic, readonly, nullable) DBTEAMLOGWebSessionsIdleLengthPolicy *previousValue;Swift
var previousValue: DBTEAMLOGWebSessionsIdleLengthPolicy? { get } 
- 
                  
                  
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype) initWithDNewValue:(nullable DBTEAMLOGWebSessionsIdleLengthPolicy *)dNewValue previousValue: (nullable DBTEAMLOGWebSessionsIdleLengthPolicy *)previousValue;Swift
init(dNewValue: DBTEAMLOGWebSessionsIdleLengthPolicy?, previousValue: DBTEAMLOGWebSessionsIdleLengthPolicy?)Parameters
dNewValueNew idle length policy. Might be missing due to historical data gap.
previousValuePrevious idle length policy. Might be missing due to historical data gap.
Return Value
An initialized instance.
 - 
                  
                  
Convenience constructor (exposes only non-nullable instance variables with no default value).
Declaration
Objective-C
- (nonnull instancetype)initDefault;Swift
init(default: ())Return Value
An initialized instance.
 
View on GitHub
        DBTEAMLOGWebSessionsChangeIdleLengthPolicyDetails Class Reference