OBSWebsiteConfCustomRedirect Class Reference Inherits from OBSBaseEntity : OBSAbstractModel : OBSMTLModel Declared in OBSServiceCommonEntities.hOBSServiceCommonEntities.m Overview Custom rules for website hosting protocol Request type @property (nonatomic, strong, nonnull) NSString *protocol Declared In OBSServiceCommonEntities.h hostName Redirection site @property (nonatomic, strong, nonnull) NSString *hostName Declared In OBSServiceCommonEntities.h replaceKeyPrefixWith Redirection directory @property (nonatomic, strong, nonnull) NSString *replaceKeyPrefixWith Declared In OBSServiceCommonEntities.h replaceKeyWith Redirection object @property (nonatomic, strong, nonnull) NSString *replaceKeyWith Declared In OBSServiceCommonEntities.h httpRedirectCode Redirection status code @property (nonatomic, strong, nonnull) NSString *httpRedirectCode Declared In OBSServiceCommonEntities.h