Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 586 Bytes

File metadata and controls

26 lines (20 loc) · 586 Bytes

Zernio::SavedTargetingAudience

Properties

Name Type Description Notes
type String
account_id String Social account ID on the target ad platform.
name String
description String [optional]
spec TargetingSpec The targeting spec to store.

Example

require 'zernio-sdk'

instance = Zernio::SavedTargetingAudience.new(
  type: null,
  account_id: null,
  name: null,
  description: null,
  spec: null
)