Skip to main content

SearchcriteriaFiltersValueRangeLower

Properties

NameTypeDescriptionNotes
valuestrThe lower bound value.[optional]
inclusiveboolWhether the lower bound is inclusive.[optional] [default to False]
}

Example

from sailpoint.suggested_entitlement_description.models.searchcriteria_filters_value_range_lower import SearchcriteriaFiltersValueRangeLower

searchcriteria_filters_value_range_lower = SearchcriteriaFiltersValueRangeLower(
value='10',
inclusive=True
)

[Back to top]