OBSWebsiteConfCustomRoutingRule Class Reference Inherits from OBSBaseEntity : OBSAbstractModel : OBSMTLModel Declared in OBSServiceCommonEntities.hOBSServiceCommonEntities.m Overview Routing rule Other Methods – initWithCondition:redirect: Initialize the routing rule. - (instancetype)initWithCondition:(OBSWebsiteConfCustomCondition *)condition redirect:(OBSWebsiteConfCustomRedirect *)redirect Parameters condition Condition that must be met for the specified redirection to apply redirect Redirection configuration Return Value Routing rule Declared In OBSServiceCommonEntities.h Other Methods condition Condition that must be met for the specified redirection to apply @property (nonatomic, strong, nonnull) OBSWebsiteConfCustomCondition *condition Declared In OBSServiceCommonEntities.h redirect Redirection configuration @property (nonatomic, strong, nonnull) OBSWebsiteConfCustomRedirect *redirect Declared In OBSServiceCommonEntities.h