Class IntValueCondition (1.35.0)

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

Represents the spec to match integer values from parent parameter.

Attribute

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