OBSNotificationFilterRule Class Reference

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

Overview

Element that defines keyvalue pairs of the filtering rule

Other Methods

– initWithName:value:

Initialize an element that defines keyvalue pairs of the filtering rule.

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

Parameters

name

Prefix or suffix of object names for filtering

value

Object name keyword

Return Value

Element that defines keyvalue pairs of the filtering rule

Declared In

OBSServiceCommonEntities.h

Other Methods

  name

Prefix or suffix of object names for filtering

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

Declared In

OBSServiceCommonEntities.h

  value

Object name keyword

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

Declared In

OBSServiceCommonEntities.h