DBTEAMLOGSfInviteGroupDetails

Objective-C

@interface DBTEAMLOGSfInviteGroupDetails : NSObject <DBSerializable, NSCopying>

Swift

class DBTEAMLOGSfInviteGroupDetails : NSObject, DBSerializable, NSCopying

The SfInviteGroupDetails struct.

Invited group to shared 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

  • Target asset position in the Assets list.

    Declaration

    Objective-C

    @property (nonatomic, readonly) NSNumber *_Nonnull targetAssetIndex;

    Swift

    var targetAssetIndex: NSNumber { get }

Constructors

  • Full constructor for the struct (exposes all instance variables).

    Declaration

    Objective-C

    - (nonnull instancetype)initWithTargetAssetIndex:
        (nonnull NSNumber *)targetAssetIndex;

    Swift

    init(targetAssetIndex: NSNumber)

    Parameters

    targetAssetIndex

    Target asset position in the Assets list.

    Return Value

    An initialized instance.