| Name | Type | Description | Notes |
|---|---|---|---|
| ad_account_id | String | LinkedIn ad account id (resolves the owning organization). | |
| headline | String | ||
| description | String | ||
| state | String | Defaults to DRAFT. | [optional] |
| locale | LinkedInLeadFormPlatformDataLocale | [optional] | |
| consents | Array<LinkedInLeadFormPlatformDataConsentsInner> | [optional] | |
| questions | Array<LinkedInLeadFormPlatformDataQuestionsInner> |
require 'zernio-sdk'
instance = Zernio::LinkedInLeadFormPlatformData.new(
ad_account_id: null,
headline: null,
description: null,
state: null,
locale: null,
consents: null,
questions: null
)