Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 407 Bytes

File metadata and controls

20 lines (14 loc) · 407 Bytes

Zernio::UpdateBroadcastRequestTemplateVariableMappingValue

Properties

Name Type Description Notes
field String [optional]
custom_value String [optional]

Example

require 'zernio-sdk'

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