Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 590 Bytes

ListPipelinesResponse.md

File metadata and controls

20 lines (14 loc) · 590 Bytes

SajariAPIClient::ListPipelinesResponse

Properties

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]

Example

require 'sdk_ruby'

instance = SajariAPIClient::ListPipelinesResponse.new(
  next_page_token: null,
  pipelines: null
)