Sha256: ef630d5eccfc00ce5ed30b0dc3eedfcecf476a6008d3a5b414c6ec2aca161d2c
Contents?: true
Size: 864 Bytes
Versions: 2
Compression:
Stored size: 864 Bytes
Contents
# TalonOne::ApplicationCampaignStats ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **draft** | **Integer** | Number of draft campaigns | **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 ```ruby require 'TalonOne' instance = TalonOne::ApplicationCampaignStats.new(draft: null, disabled: null, scheduled: null, running: null, expired: null, archived: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
talon_one-2.5.1 | docs/ApplicationCampaignStats.md |
talon_one-2.4.0 | docs/ApplicationCampaignStats.md |