Backend_RoleCollection

struct

A paginated collection of role objects

Property Type Description
INHERITED FROM Common_Collection
kind String Uniquely identifies the object schema type
totalResults Integer Total number of items available in the entire collection
startIndex Integer Zero-based index of the first item contained in the current response
itemsPerPage Integer Maximum number of items returned in a single response page
entry
Array<T>
Array containing the actual paginated collection items
part of the Apioo-Project