Skip to content

Latest commit

 

History

History
32 lines (26 loc) · 704 Bytes

File metadata and controls

32 lines (26 loc) · 704 Bytes

Unifapi::LinkedinAd

Properties

Name Type Description Notes
id String
content String
ad_url String
image_url String
ad_type String
paid_for_by String
advertiser LinkedinAdAdvertiser
publisher LinkedinAdAdvertiser

Example

require 'unifapi'

instance = Unifapi::LinkedinAd.new(
  id: null,
  content: null,
  ad_url: null,
  image_url: null,
  ad_type: null,
  paid_for_by: null,
  advertiser: null,
  publisher: null
)