Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 691 Bytes

File metadata and controls

28 lines (22 loc) · 691 Bytes

Zernio::LinkedInLeadFormPlatformDataQuestionsInnerOneOf

Properties

Name Type Description Notes
kind String
name String
question String
required Boolean [optional]
response_editable Boolean [optional]
max_response_length Integer Defaults to 300 on LinkedIn's side. [optional]

Example

require 'zernio-sdk'

instance = Zernio::LinkedInLeadFormPlatformDataQuestionsInnerOneOf.new(
  kind: null,
  name: null,
  question: null,
  required: null,
  response_editable: null,
  max_response_length: null
)