doc_out/Campaign.html.md in purecloud-0.38.1 vs doc_out/Campaign.html.md in purecloud-0.39.1

- old
+ new

@@ -7,12 +7,12 @@ |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | -| **date_created** | **DateTime** | creation time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | -| **date_modified** | **DateTime** | last modified time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | -| **version** | **Integer** | required for updates, must match the version number of the most recent update | [optional] | +| **date_created** | **DateTime** | Creation time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | +| **date_modified** | **DateTime** | Last modified time of the entity. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | [optional] | +| **version** | **Integer** | Required for updates, must match the version number of the most recent update | [optional] | | **contact_list** | [**UriReference**](UriReference.html) | identifier of the contact list for the campaign | | | **queue** | [**UriReference**](UriReference.html) | identifier of the agent assignment queue, required for all dialing modes other than agentless | | | **dialing_mode** | **String** | dialing mode of the campaign | | | **script** | [**UriReference**](UriReference.html) | identifier of the campaign script, required for all dialing modes other than agentless | | | **edge_group** | [**UriReference**](UriReference.html) | identifier of the edge group, required for all dialing modes other than preview | |