Class IntegerValueSpec (0.6.0)

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

Value specification for a parameter in INTEGER type.

Attributes

Name Description
min_value int
Required. Inclusive minimum value of the parameter.
max_value int
Required. Inclusive maximum value of the parameter.

Inheritance

builtins.object > proto.message.Message > IntegerValueSpec