DBTEAMLOGSharedContentRemoveMemberDetails

Objective-C

@interface DBTEAMLOGSharedContentRemoveMemberDetails
    : NSObject <DBSerializable, NSCopying>

Swift

class DBTEAMLOGSharedContentRemoveMemberDetails : NSObject, DBSerializable, NSCopying

The SharedContentRemoveMemberDetails struct.

Removed user/group from shared file/folder.

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)initWithSharedContentAccessLevel:
        (nullable DBSHARINGAccessLevel *)sharedContentAccessLevel;

    Swift

    init(sharedContentAccessLevel: DBSHARINGAccessLevel?)

    Parameters

    sharedContentAccessLevel

    Shared content access level.

    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.