Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 768 Bytes

ApplicationCampaignStats.md

File metadata and controls

25 lines (18 loc) · 768 Bytes

TalonOne::ApplicationCampaignStats

Properties

Name Type Description Notes
disabled Integer Number of disabled campaigns.
scheduled Integer Number of scheduled campaigns.
running Integer Number of running campaigns.
expired Integer Number of expired campaigns.
archived Integer Number of archived campaigns.

Code Sample

require 'TalonOne'

instance = TalonOne::ApplicationCampaignStats.new(disabled: null,
                                 scheduled: null,
                                 running: null,
                                 expired: null,
                                 archived: null)