contains property

bool? contains
getter/setter pair

Will be true if the term should check if the user is in the list and false if the term should check if the user is not in the list.

This field is only relevant when type is set to LIST_MEMBERSHIP_TERM. False by default.

Implementation

core.bool? contains;