Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 370 Bytes

GetDefaultPipelineResponse.md

File metadata and controls

18 lines (12 loc) · 370 Bytes

SajariAPIClient::GetDefaultPipelineResponse

Properties

Name Type Description Notes
pipeline String The name of the pipeline to use when not otherwise specified. [optional]

Example

require 'sdk_ruby'

instance = SajariAPIClient::GetDefaultPipelineResponse.new(
  pipeline: null
)