The IntegrationsPage Entity
The Catalytic\SDK\Entities\IntegrationsPage
class represents a page of Integration
s, usually returned from the Integrations->find()
method.
Instance Methods
Name | Type | Description |
---|---|---|
getIntegrations | array | The Integrations included in this page of results |
getNextPageToken | string | The token to use to fetch the next page of results |
getCount | int | The total number of Integrations |
Updated over 2 years ago