Skip to content

Latest commit

 

History

History
30 lines (24 loc) · 988 Bytes

File metadata and controls

30 lines (24 loc) · 988 Bytes

Zernio::LinkedInLeadFormPlatformData

Properties

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>

Example

require 'zernio-sdk'

instance = Zernio::LinkedInLeadFormPlatformData.new(
  ad_account_id: null,
  headline: null,
  description: null,
  state: null,
  locale: null,
  consents: null,
  questions: null
)