min_inclusive property

min_inclusive property

Gets or sets the min inclusive. The minInclusive attribute indicates the smallest integer value that can be contained in the array. The default value is -2147483648. Optional attribute.

Definition:

@property
def min_inclusive(self):
    ...
@min_inclusive.setter
def min_inclusive(self, value):
    ...

See Also