Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 556 Bytes

NewCampaignSet.md

File metadata and controls

21 lines (14 loc) · 556 Bytes

TalonOne::NewCampaignSet

Properties

Name Type Description Notes
application_id Integer The ID of the application that owns this entity.
version Integer Version of the campaign set.
set CampaignSetBranchNode

Code Sample

require 'TalonOne'

instance = TalonOne::NewCampaignSet.new(application_id: 322,
                                 version: 2,
                                 set: null)