DBTEAMLOGFolderOverviewDescriptionChangedDetails
Objective-C
@interface DBTEAMLOGFolderOverviewDescriptionChangedDetails
: NSObject <DBSerializable, NSCopying>
Swift
class DBTEAMLOGFolderOverviewDescriptionChangedDetails : NSObject, DBSerializable, NSCopying
The FolderOverviewDescriptionChangedDetails
struct.
Updated 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 }
-
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype)initWithFolderOverviewLocationAsset: (nonnull NSNumber *)folderOverviewLocationAsset;
Swift
init(folderOverviewLocationAsset: NSNumber)
Parameters
folderOverviewLocationAsset
Folder Overview location position in the Assets list.
Return Value
An initialized instance.