Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 383 Bytes

File metadata and controls

20 lines (14 loc) · 383 Bytes

Zernio::CreateLeadFormRequestQuestionsInnerOptionsInner

Properties

Name Type Description Notes
key String [optional]
value String [optional]

Example

require 'zernio-sdk'

instance = Zernio::CreateLeadFormRequestQuestionsInnerOptionsInner.new(
  key: null,
  value: null
)