Class CategoricalValueCondition (1.28.1)

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

Represents the spec to match categorical values from parent parameter.

Attribute

NameDescription
values MutableSequence[str]
Required. Matches values of the parent parameter of 'CATEGORICAL' type. All values must exist in categorical_value_spec of parent parameter.