DBFILESRelocationResult
Objective-C
@interface DBFILESRelocationResult
    : DBFILESFileOpsResult <DBSerializable, NSCopying>
                Swift
class DBFILESRelocationResult : DBFILESFileOpsResult, DBSerializable, NSCopying
                The RelocationResult struct.
This class implements the DBSerializable protocol (serialize and
deserialize instance methods), which is required for all Obj-C SDK API route
objects.
- 
                  
                  
Metadata of the relocated object.
Declaration
Objective-C
@property (nonatomic, readonly) DBFILESMetadata *_Nonnull metadata;Swift
var metadata: DBFILESMetadata { get } 
- 
                  
                  
Full constructor for the struct (exposes all instance variables).
Declaration
Objective-C
- (nonnull instancetype)initWithMetadata:(nonnull DBFILESMetadata *)metadata;Swift
init(metadata: DBFILESMetadata)Parameters
metadataMetadata of the relocated object.
Return Value
An initialized instance.
 
View on GitHub
        DBFILESRelocationResult Class Reference