OBSCopyObjectResponse Class Reference
| Inherits from | OBSServiceResponse : OBSBaseResponse : OBSAbstractModel : OBSMTLModel | 
|---|---|
| Declared in | OBSCopyObjectModel.h OBSCopyObjectModel.m  | 
  etag
	ETag of the object copy
@property (nonatomic, strong, nonnull) NSString *etagDeclared In
OBSCopyObjectModel.h
  lastModified
	Last modification time of the object
@property (nonatomic, strong, nonnull) NSDate *lastModifiedDeclared In
OBSCopyObjectModel.h
  srcObjectVersionID
	If versioning is enabled, the version ID of the source object will be returned.
@property (nonatomic, strong, nonnull) NSString *srcObjectVersionIDDeclared In
OBSCopyObjectModel.h
  dstObjectVersionID
	If versioning is enabled, the version ID of the object copy will be returned.
@property (nonatomic, strong, nonnull) NSString *dstObjectVersionIDDeclared In
OBSCopyObjectModel.h
  encryption
	Encryption mode of the object copy
@property (nonatomic, strong, nonnull) __kindof OBSAbstractEncryption *encryptionDeclared In
OBSCopyObjectModel.h