Enumeration AudienceListServiceCompareOperator

AudienceListServiceCompareOperatorは、ルールタイプの条件の種類を表示します。
このフィールドは、ADDおよびSET時に必須となり、REMOVE時に無視されます。
AudienceListServiceCompareOperator displays the types of rule conditions.
This field is required in ADD and SET operation, and will be ignored in REMOVE operation.
EQUAL
次と等しい条件を表します。Equals to the next conditions.
INCLUDED
次を含む条件を表します。Include to the next conditions.
START_WITH
次から始まる条件を表します。Start with the next conditions.
END_WITH
最後が一致する条件を表します。End with the next conditions.
NOT_EQUAL
次と等しくない条件を表します。Do not equal to the next conditions.
NOT_INCLUDED
次を含まない条件を表します。Do not include to the next conditions.
NOT_START_WITH
最初が不一致な条件を表します。Do not start with the next conditions.
NOT_END_WITH
最後が不一致な条件を表します。Do not ends with the next conditions.
UNKNOWN
未知の値です。Unknown Value

Enumeration Members

EndWith: "END_WITH"
Equal: "EQUAL"
Included: "INCLUDED"
NotEndWith: "NOT_END_WITH"
NotEqual: "NOT_EQUAL"
NotIncluded: "NOT_INCLUDED"
NotStartWith: "NOT_START_WITH"
StartWith: "START_WITH"
Unknown: "UNKNOWN"