docs/CampaignSetV2.md in talon_one-2.5.1 vs docs/CampaignSetV2.md in talon_one-3.0.0

- old
+ new

@@ -2,24 +2,24 @@ ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- -**id** | **Integer** | Unique ID for this entity. | -**created** | **DateTime** | The exact moment this entity was created. | +**id** | **Integer** | Internal ID of this entity. | +**created** | **DateTime** | The time this entity was created. | **application_id** | **Integer** | The ID of the application that owns this entity. | -**version** | **Integer** | Version of the campaign set | +**version** | **Integer** | Version of the campaign set. | **set** | [**CampaignPrioritiesV2**](CampaignPrioritiesV2.md) | | ## Code Sample ```ruby require 'TalonOne' instance = TalonOne::CampaignSetV2.new(id: 6, created: 2020-06-10T09:05:27.993483Z, application_id: 322, - version: null, + version: 3, set: null) ```