Class IntegerValueSpec (0.8.0)

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

Value specification for a parameter in INTEGER type. .. attribute:: min_value

Required. Inclusive minimum value of the parameter.

:type: int

Attribute

NameDescription
max_value int
Required. Inclusive maximum value of the parameter.

Inheritance

builtins.object > proto.message.Message > IntegerValueSpec