Class IntValueCondition (1.30.1)

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

Represents the spec to match integer values from parent parameter.

Attribute

NameDescription
values MutableSequence[int]
Required. Matches values of the parent parameter of 'INTEGER' type. All values must lie in integer_value_spec of parent parameter.