ContentstackResponse
ContentstackResponse
This is the result of any request of collection from Contentstack.
| Name | Type | Description |
|---|---|---|
| items | [ItemType] | The resources which are part of the array response. |
| limit | UInt | The maximum number of resources originally requested. |
| skip | UInt | The number of elements skipped when performing the request. |
| count | UInt | The total number of resources which matched the original request. |
| fields | [String : Any] | The dictionary of fields from the response that are included in API request. |