OBSNotificationFilterRule Class Reference

Inherits from OBSBaseEntity : OBSAbstractModel : OBSMTLModel
Conforms to OBSMTLDictionaryItemOrderProtocol
Declared in OBSServiceCommonEntities.h
OBSServiceCommonEntities.m

Overview

定义过滤规则键值对的元素

Other Methods

– initWithName:value:

初始化定义过滤规则键值对的元素

- (instancetype)initWithName:(NSString *)name value:(NSString *)value

Parameters

name

指定规则按对象名前缀或后缀进行过滤

value

指定的对象名关键字

Return Value

过滤规则键值对的元素

Declared In

OBSServiceCommonEntities.h

Other Methods

  name

指定规则按对象名前缀或后缀进行过滤

@property (nonatomic, strong, nonnull) NSString *name

Declared In

OBSServiceCommonEntities.h

  value

指定的对象名关键字

@property (nonatomic, strong, nonnull) NSString *value

Declared In

OBSServiceCommonEntities.h