Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 472 Bytes

File metadata and controls

20 lines (14 loc) · 472 Bytes

Zernio::CreateSequenceRequestStepsInnerTemplateVariableMappingValue

Properties

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

Example

require 'zernio-sdk'

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