DocumentationToolsSDKsPythonReferenceV2024ModelsBoundOn this pageBound Properties NameTypeDescriptionNotesvaluestrThe value of the range's endpoint.[required]inclusiveboolIndicates if the endpoint is included in the range.[optional] [default to False]} Example from sailpoint.v2024.models.bound import Boundbound = Bound(value='1',inclusive=False) [Back to top]