The InstancesPage Entity
The \Catalytic\SDK\Entities\InstancesPage
class represents a page of Instance
s, usually returned from the Instances->find()
method.
Instance Methods
Name | Type | Description |
---|---|---|
getInstances | array | The Instances included in this page of results |
getNextPageToken | string | The token used to fetch the next page of Instances |
getCount | int | The total number of Instances |
Updated almost 4 years ago