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