# ResourceList

Represents the contents of a folder, with pagination support coming soon.

> Kind: Apex type · Updated: 2026-07-01

ResourceList represents the contents of a folder, with pagination support coming soon. It is returned by Client.getFolderContents() and Client.searchByProperty(), which each yield one ResourceList per input.

## Fields

### Output fields
| Parameter | Type | Required | Description |
|---|---|---|---|
| resources | List&lt;<a href="#/apex-type-resource">Resource</a>&gt; | optional | List of Resource objects contained in the folder. |
