| Name | Type | Description | Notes |
|---|---|---|---|
| name | String | [optional] | |
| language | String | [optional] | |
| variable_mapping | Hash<String, UpdateBroadcastRequestTemplateVariableMappingValue> | Maps template variable positions to contact fields. Keys are position strings ("1", "2"); values are { field, customValue }. | [optional] |
require 'zernio-sdk'
instance = Zernio::UpdateBroadcastRequestTemplate.new(
name: null,
language: null,
variable_mapping: null
)