DBTEAMLOGFolderOverviewItemUnpinnedDetails
Objective-C
@interface DBTEAMLOGFolderOverviewItemUnpinnedDetails
: NSObject <DBSerializable, NSCopying>
Swift
class DBTEAMLOGFolderOverviewItemUnpinnedDetails : NSObject, DBSerializable, NSCopying
The FolderOverviewItemUnpinnedDetails struct.
Unpinned item from folder overview.
This class implements the DBSerializable protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
-
Folder Overview location position in the Assets list.
Declaration
Objective-C
@property (nonatomic, readonly) NSNumber *_Nonnull folderOverviewLocationAsset;Swift
var folderOverviewLocationAsset: NSNumber { get } -
Pinned items positions in the Assets list.
Declaration
Objective-C
@property (nonatomic, readonly) NSArray<NSNumber *> *_Nonnull pinnedItemsAssetIndices;Swift
var pinnedItemsAssetIndices: [NSNumber] { get }
-
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype)initWithFolderOverviewLocationAsset: (nonnull NSNumber *)folderOverviewLocationAsset pinnedItemsAssetIndices: (nonnull NSArray<NSNumber *> *) pinnedItemsAssetIndices;Swift
init(folderOverviewLocationAsset: NSNumber, pinnedItemsAssetIndices: [NSNumber])Parameters
folderOverviewLocationAssetFolder Overview location position in the Assets list.
pinnedItemsAssetIndicesPinned items positions in the Assets list.
Return Value
An initialized instance.
View on GitHub
DBTEAMLOGFolderOverviewItemUnpinnedDetails Class Reference