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.

Instance fields

Constructors

  • 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.