docs/CampaignCollection.md in talon_one-2.5.1 vs docs/CampaignCollection.md in talon_one-3.0.0
- old
+ new
@@ -2,13 +2,13 @@
## 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. |
**account_id** | **Integer** | The ID of the account that owns this entity. |
-**modified** | **DateTime** | The exact moment this entity was last modified. |
+**modified** | **DateTime** | The time this entity was last modified. |
**description** | **String** | A short description of the purpose of this collection. | [optional]
**name** | **String** | The name of this collection. |
**modified_by** | **Integer** | ID of the user who last updated this effect if available. | [optional]
**created_by** | **Integer** | ID of the user who created this effect. |
**application_id** | **Integer** | The ID of the Application that owns this entity. | [optional]