| Name | Type | Description | Notes |
|---|---|---|---|
| pages | Array<Page> | [optional] | |
| total | Integer | [optional] | |
| limit | Integer | [optional] | |
| offset | Integer | [optional] |
require 'rankvectors'
instance = RankVectors::ListPages200Response.new(
pages: null,
total: null,
limit: null,
offset: null
)