Sha256: f118801876e62e9a8e5e1c43af175be9a035090f704f35a16156760785d9ce21
Contents?: true
Size: 556 Bytes
Versions: 6
Compression:
Stored size: 556 Bytes
Contents
# 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**](CampaignSetBranchNode.md) | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::NewCampaignSet.new(application_id: 322, version: 2, set: null) ```
Version data entries
6 entries across 6 versions & 1 rubygems