Name | Type | Description | Notes |
---|---|---|---|
name | String | The record pipeline's name, e.g. `my-pipeline`. | |
version | String | The record pipeline's version, e.g. `42`. If not provided the default version is used. | [optional] |
require 'sdk_ruby'
instance = SajariAPIClient::BatchUpsertRecordsRequestPipeline.new(
name: null,
version: null
)