Class IntegerValueSpec (0.4.0)

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

Value specification for a parameter in INTEGER type.

Attributes

NameDescription
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