Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 466 Bytes

File metadata and controls

20 lines (14 loc) · 466 Bytes

Late::CreateSequenceRequestStepsInnerTemplateVariableMappingValue

Properties

Name Type Description Notes
field String [optional]
custom_value String Static value when field is "custom" [optional]

Example

require 'late-sdk'

instance = Late::CreateSequenceRequestStepsInnerTemplateVariableMappingValue.new(
  field: null,
  custom_value: null
)