DBTEAMLOGTeamFolderDowngradeDetails
Objective-C
@interface DBTEAMLOGTeamFolderDowngradeDetails
: NSObject <DBSerializable, NSCopying>
Swift
class DBTEAMLOGTeamFolderDowngradeDetails : NSObject, DBSerializable, NSCopying
The TeamFolderDowngradeDetails
struct.
Downgraded team folder to regular shared folder.
This class implements the DBSerializable
protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
-
Target asset position in the Assets list.
Declaration
Objective-C
@property (nonatomic, readonly) NSNumber *_Nonnull targetAssetIndex;
Swift
var targetAssetIndex: NSNumber { get }
-
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.