Name | Type | Description | Notes |
---|---|---|---|
next_page_token | String | A token, which can be sent as `page_token` to retrieve the next page. If this field is omitted, there are no subsequent pages. | [optional] |
pipelines | Array<Pipeline> | The pipelines from the specified collection. | [optional] |
require 'sdk_ruby'
instance = SajariAPIClient::ListPipelinesResponse.new(
next_page_token: null,
pipelines: null
)