A paginated collection of config 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 containing the actual paginated collection items | |