OBSRestoreObjectProtocol Protocol Reference Declared in OBSRestoreObjectModel.h Overview Restore an Archive object. bucketName required method Bucket name @property (nonatomic, strong, nonnull) NSString *bucketName Declared In OBSRestoreObjectModel.h objectKey required method Object name @property (nonatomic, strong, nonnull) NSString *objectKey Declared In OBSRestoreObjectModel.h versionID required method Version ID @property (nonatomic, strong, nonnull) NSString *versionID Declared In OBSRestoreObjectModel.h storeDays required method Validity period @property (nonatomic, strong, nonnull) NSNumber *storeDays Declared In OBSRestoreObjectModel.h restoreTier required method Restoration method @property (nonatomic, assign) OBSRestoreTier restoreTier Declared In OBSRestoreObjectModel.h restore required method Container of the restoration information @property (nonatomic, strong, nonnull) NSString *restore Declared In OBSRestoreObjectModel.h