| Name | Type | Description | Notes |
|---|---|---|---|
| pipeline | String | The name of the pipeline to use when not otherwise specified. | |
| type | PipelineType | [default to 'TYPE_UNSPECIFIED'] |
require 'sdk_ruby'
instance = SajariAPIClient::SetDefaultPipelineRequest.new(
pipeline: null,
type: null
)