DocumentationToolsSDKsPythonReferencesaved_searchModelsBoundOn 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.saved_search.models.bound import Boundbound = Bound(value='1',inclusive=False) [Back to top]