doc_out/CampaignSequence.html.md in purecloud-0.38.1 vs doc_out/CampaignSequence.html.md in purecloud-0.39.1
- old
+ new
@@ -7,17 +7,17 @@
|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] |
-| **campaigns** | [**Array<UriReference>**](UriReference.html) | | [optional] |
-| **current_campaign** | **Integer** | | [optional] |
-| **status** | **String** | | [optional] |
-| **stop_message** | **String** | | [optional] |
-| **repeat** | **BOOLEAN** | | [optional] [default to false]|
+| **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] |
+| **campaigns** | [**Array<UriReference>**](UriReference.html) | the ordered list of campaign identifiers | |
+| **current_campaign** | **Integer** | the zero-based index of the current campaign in the campaigns list | |
+| **status** | **String** | status of the sequence | |
+| **stop_message** | **String** | if a sequence has unexpectedly stopped, this message provides the reason | [optional] |
+| **repeat** | **BOOLEAN** | indicates if a sequence is to repeat from the beginning after the last campaign completes; default is false | [optional] [default to false]|
| **self_uri** | **String** | The URI for this object | [optional] |
{: class="table table-striped"}