| 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] |
require 'zernio-sdk'
instance = Zernio::LinkedInLeadFormPlatformDataQuestionsInnerOneOf.new(
kind: null,
name: null,
question: null,
required: null,
response_editable: null,
max_response_length: null
)