Enumeration RetargetingListServiceRuleOperator

RetargetingListServiceRuleOperatorは、ルールの評価条件で設定する評価式の種別です。
ADDおよびSET時、このフィールドは必須となります。
RetargetingListServiceRuleOperator is the evaluation type to set evaluation condition of rules.
This field is required in ADD and SET operation.
UNKNOWN
未指定です。
※読み取り専用で設定はできなくなります。
Unknown, or not been set.
*Cannot set for read only.
EQUALS
一致します。Equals or match.
NOT_EQUAL
一致しません。Do not equal nor match.
CONTAINS
(指定した文字列を)含みます。Contains or include (the specified string).
NOT_CONTAIN
(指定した文字列を)含みません。Does not contain nor include (the specified string).
STARTS_WITH
(指定した文字列で)始まります。Starts with (the specified string).
NOT_START_WITH
(指定した文字列で)始まりません。Does not start with (the specified string).
ENDS_WITH
(指定した文字列で)終わります。Ends with (the specified string).
NOT_END_WITH
(指定した文字列で)終わりません。Does not end with (the specified string).

Enumeration Members

Contains: "CONTAINS"
EndsWith: "ENDS_WITH"
Equals: "EQUALS"
NotContain: "NOT_CONTAIN"
NotEndWith: "NOT_END_WITH"
NotEqual: "NOT_EQUAL"
NotStartWith: "NOT_START_WITH"
StartsWith: "STARTS_WITH"
Unknown: "UNKNOWN"