DBTEAMLOGShowcaseChangeExternalSharingPolicyDetails
Objective-C
@interface DBTEAMLOGShowcaseChangeExternalSharingPolicyDetails
: NSObject <DBSerializable, NSCopying>
Swift
class DBTEAMLOGShowcaseChangeExternalSharingPolicyDetails : NSObject, DBSerializable, NSCopying
The ShowcaseChangeExternalSharingPolicyDetails struct.
Enabled/disabled sharing Dropbox Showcase externally for team.
This class implements the DBSerializable protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
-
New Dropbox Showcase external sharing policy.
Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseExternalSharingPolicy *_Nonnull dNewValue;Swift
var dNewValue: DBTEAMLOGShowcaseExternalSharingPolicy { get } -
Previous Dropbox Showcase external sharing policy.
Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGShowcaseExternalSharingPolicy *_Nonnull previousValue;Swift
var previousValue: DBTEAMLOGShowcaseExternalSharingPolicy { get }
-
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype) initWithDNewValue: (nonnull DBTEAMLOGShowcaseExternalSharingPolicy *)dNewValue previousValue: (nonnull DBTEAMLOGShowcaseExternalSharingPolicy *)previousValue;Swift
init(dNewValue: DBTEAMLOGShowcaseExternalSharingPolicy, previousValue: DBTEAMLOGShowcaseExternalSharingPolicy)Parameters
dNewValueNew Dropbox Showcase external sharing policy.
previousValuePrevious Dropbox Showcase external sharing policy.
Return Value
An initialized instance.
View on GitHub
DBTEAMLOGShowcaseChangeExternalSharingPolicyDetails Class Reference