Skip to content

Latest commit

 

History

History
20 lines (14 loc) · 489 Bytes

File metadata and controls

20 lines (14 loc) · 489 Bytes

Zernio::LinkedInAdsPlatformDataFollowerHeadline

Properties

Name Type Description Notes
pre_approved String LinkedIn preset id, not reviewed. Example GROW_YOUR_BUSINESS_INSIGHTS. [optional]
custom String Free text, reviewed by LinkedIn. [optional]

Example

require 'zernio-sdk'

instance = Zernio::LinkedInAdsPlatformDataFollowerHeadline.new(
  pre_approved: null,
  custom: null
)