| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | [optional] | |
| language | String | [optional] | |
| variable_mapping | Hash<String, CreateSequenceRequestStepsInnerTemplateVariableMappingValue> | Maps template variable positions to contact fields. Keys are position strings ("1", "2"), values are objects with field and optional customValue | [optional] |
require 'late-sdk'
instance = Late::CreateSequenceRequestStepsInnerTemplate.new(
name: null,
language: null,
variable_mapping: null
)