Skip to main content

ItemsEntity

Properties

NameTypeDescriptionNotes
has_next_pageBooleanIndicates if there is a page after the current one[default to null]
has_prev_pageBooleanIndicates if there is a page before the current one[default to null]
total_pagesBigDecimalTotal number of pages according to limit and result[default to null]
total_recordsBigDecimalTotal number of records found against the query[default to null]
resultListSearch results[default to null]
pageBigDecimalIndicates current page[default to null]

[Back to Model list] [Back to API list] [Back to README]