OBSWebsiteConfCustomRoutingRule Class Reference
| Inherits from | OBSBaseEntity : OBSAbstractModel : OBSMTLModel |
|---|---|
| Declared in | OBSServiceCommonEntities.h OBSServiceCommonEntities.m |
Other Methods
– initWithCondition:redirect:
Initialize the routing rule.
- (instancetype)initWithCondition:(OBSWebsiteConfCustomCondition *)condition redirect:(OBSWebsiteConfCustomRedirect *)redirectParameters
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 *conditionDeclared In
OBSServiceCommonEntities.h
redirect
Redirection configuration
@property (nonatomic, strong, nonnull) OBSWebsiteConfCustomRedirect *redirectDeclared In
OBSServiceCommonEntities.h