Skip to content

Latest commit

 

History

History
28 lines (22 loc) · 762 Bytes

File metadata and controls

28 lines (22 loc) · 762 Bytes

Zernio::DuplicateAdRequest

Properties

Name Type Description Notes
ad_set_id String Destination platform ad set id (defaults to the source's ad set) [optional]
status_option String [optional][default to 'PAUSED']
rename_strategy String [optional]
rename_prefix String [optional]
rename_suffix String [optional]
sync_after Boolean [optional][default to true]

Example

require 'zernio-sdk'

instance = Zernio::DuplicateAdRequest.new(
  ad_set_id: null,
  status_option: null,
  rename_strategy: null,
  rename_prefix: null,
  rename_suffix: null,
  sync_after: null
)