Sha256: 465bb97be6bb10fce240061b2ebd9ad60724ced594778c12ef7b7513de8ef92e
Contents?: true
Size: 870 Bytes
Versions: 4
Compression:
Stored size: 870 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
4 entries across 4 versions & 1 rubygems