The DataTablesPage Entity
The Catalytic\SDK\Entities\DataTablesPage
class represents a page of DataTable
s, usually returned from the DataTables->find()
method.
Instance Methods
Name | Return Type | Description |
---|---|---|
getDataTables | array | The Data Tables included in this page of results |
getNnextPageToken | string | The token used to fetch the next page of Data Tables |
getCount | int | The total number of Data Tables |
Updated almost 3 years ago