DBTEAMLOGObjectLabelRemovedDetails
Objective-C
@interface DBTEAMLOGObjectLabelRemovedDetails
: NSObject <DBSerializable, NSCopying>
Swift
class DBTEAMLOGObjectLabelRemovedDetails : NSObject, DBSerializable, NSCopying
The ObjectLabelRemovedDetails
struct.
Removed 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
labelType
Labels mark a file or folder.
Return Value
An initialized instance.