DBTEAMLOGObjectLabelAddedDetails
Objective-C
@interface DBTEAMLOGObjectLabelAddedDetails
    : NSObject <DBSerializable, NSCopying>
                Swift
class DBTEAMLOGObjectLabelAddedDetails : NSObject, DBSerializable, NSCopying
                The ObjectLabelAddedDetails struct.
Added a label.
This class implements the DBSerializable protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
- 
                  
                  
Labels mark a file or folder.
Declaration
Objective-C
@property (nonatomic, readonly) DBTEAMLOGLabelType *_Nonnull labelType;Swift
var labelType: DBTEAMLOGLabelType { get } 
- 
                  
                  
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype)initWithLabelType: (nonnull DBTEAMLOGLabelType *)labelType;Swift
init(labelType: DBTEAMLOGLabelType)Parameters
labelTypeLabels mark a file or folder.
Return Value
An initialized instance.
 
View on GitHub
        DBTEAMLOGObjectLabelAddedDetails Class Reference