OBSPolicyConditionItem Class Reference Inherits from OBSBaseEntity : OBSAbstractModel : OBSMTLModel Declared in OBSServiceCommonEntities.hOBSServiceCommonEntities.m Overview condition具体配置 leftExpression 从左边开始匹配 @property (nonatomic, strong, nonnull) NSString *leftExpression Declared In OBSServiceCommonEntities.h rightExpressionList 从右边开始匹配的字符串数组 @property (nonatomic, strong, nonnull) NSArray<NSString*> *rightExpressionList Declared In OBSServiceCommonEntities.h