Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 489 Bytes

File metadata and controls

22 lines (16 loc) · 489 Bytes

Zernio::SharedAdAccount

Properties

Name Type Description Notes
id String Ad account id, in `act_<digits>` form.
name String [optional]
business_id String Business Manager id that owns the ad account, when reported. [optional]

Example

require 'zernio-sdk'

instance = Zernio::SharedAdAccount.new(
  id: null,
  name: null,
  business_id: null
)