DBFILESGetCopyReferenceArg
Objective-C
@interface DBFILESGetCopyReferenceArg : NSObject <DBSerializable, NSCopying>
Swift
class DBFILESGetCopyReferenceArg : NSObject, DBSerializable, NSCopying
The GetCopyReferenceArg struct.
This class implements the DBSerializable protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
-
The path to the file or folder you want to get a copy reference to.
Declaration
Objective-C
@property (nonatomic, copy, readonly) NSString *_Nonnull path;Swift
var path: String { get }
-
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype)initWithPath:(nonnull NSString *)path;Swift
init(path: String)Parameters
pathThe path to the file or folder you want to get a copy reference to.
Return Value
An initialized instance.
View on GitHub
DBFILESGetCopyReferenceArg Class Reference