The IntegrationsPage Entity
The IntegrationsPage
class represents a page of Integration
s, usually returned from the integrations.find()
method.
Instance Properties
Name | Type | Description |
---|---|---|
integrations | Integration[] | The Integrations included in this page of results |
nextPageToken | string | The pageToken to use for fetching the next page of items from integrations.find() |
count | number | The number of Integrations returned |
Updated over 2 years ago