Class ValueListFilter (1.9.2)

ValueListFilter(mapping=None, *, ignore_unknown_fields=False, **kwargs)

A list of values to filter by in ConditionalColumnSetValue

Attributes

NameDescription
value_present_list google.cloud.clouddms_v1.types.ValuePresentInList
Required. Indicates whether the filter matches rows with values that are present in the list or those with values not present in it.
values MutableSequence[str]
Required. The list to be used to filter by
ignore_case bool
Required. Whether to ignore case when filtering by values. Defaults to false