Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 754 Bytes

File metadata and controls

26 lines (20 loc) · 754 Bytes

Zernio::CreateLeadFormRequestQuestionsInner

Properties

Name Type Description Notes
type String EMAIL, PHONE, FULL_NAME, FIRST_NAME, LAST_NAME, CUSTOM, …
key String CUSTOM questions only. [optional]
label String CUSTOM questions only. [optional]
options Array<CreateLeadFormRequestQuestionsInnerOptionsInner> [optional]
inline_context String [optional]

Example

require 'zernio-sdk'

instance = Zernio::CreateLeadFormRequestQuestionsInner.new(
  type: null,
  key: null,
  label: null,
  options: null,
  inline_context: null
)