Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 459 Bytes

File metadata and controls

20 lines (14 loc) · 459 Bytes

Zernio::CreateBroadcastRequestTemplateVariableMappingValue

Properties

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

Example

require 'zernio-sdk'

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