Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 468 Bytes

SetDefaultPipelineRequest.md

File metadata and controls

20 lines (14 loc) · 468 Bytes

SajariAPIClient::SetDefaultPipelineRequest

Properties

Name Type Description Notes
pipeline String The name of the pipeline to use when not otherwise specified.
type PipelineType [default to 'TYPE_UNSPECIFIED']

Example

require 'sdk_ruby'

instance = SajariAPIClient::SetDefaultPipelineRequest.new(
  pipeline: null,
  type: null
)