valuePresentList property

String? valuePresentList
getter/setter pair

Indicates whether the filter matches rows with values that are present in the list or those with values not present in it.

Required. Possible string values are:

  • "VALUE_PRESENT_IN_LIST_UNSPECIFIED" : Value present in list unspecified
  • "VALUE_PRESENT_IN_LIST_IF_VALUE_LIST" : If the source value is in the supplied list at value_list
  • "VALUE_PRESENT_IN_LIST_IF_VALUE_NOT_LIST" : If the source value is not in the supplied list at value_list

Implementation

core.String? valuePresentList;