Sha256: 7f835b3500d43333ffc004c2128b6d0ec83052a5a088664e15cfcbc03ef8e86e
Contents?: true
Size: 873 Bytes
Versions: 1
Compression:
Stored size: 873 Bytes
Contents
# TalonOne::ApplicationCampaignStats ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **disabled** | **Integer** | Number of disabled campaigns. | **staged** | **Integer** | Number of staged 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(disabled: null, staged: null, scheduled: null, running: null, expired: null, archived: null) ```
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
talon_one-7.0.0 | docs/ApplicationCampaignStats.md |