| Name | Type | Description | Notes |
|---|---|---|---|
| profiles | Array<Profile> | [optional] | |
| total | Integer | Total matching profiles across all pages. Present only when limit or skip was passed. | [optional] |
| skip | Integer | Offset applied. Present only when limit or skip was passed. | [optional] |
| limit | Integer | Echo of the limit query param. Present only when it was passed. | [optional] |
require 'zernio-sdk'
instance = Zernio::ProfilesListResponse.new(
profiles: null,
total: null,
skip: null,
limit: null
)