# CoreV2Collections
Properties
Name | Type | Description | Notes |
---|---|---|---|
_links | \Balloon\Sdk\Model\CoreV2ListLinks | [optional] | |
kind | string | The resource type, always List. | [optional] [default to 'List'] |
count | float | Holds the number of items in the current list response. | [optional] |
total | float | Holds the number of total available items on the server. Note that a List resource is always paged. You need to traverse with offset and limit to request further resources in the list. | [optional] |
data | \Balloon\Sdk\Model\CoreV2Collection[] | [optional] |