Sha256: 9378d91671d77ecc43caaa8ea7eef393b5e691058a0a3666a05a632fb11ccd12
Contents?: true
Size: 1.39 KB
Versions: 55
Compression:
Stored size: 1.39 KB
Contents
--- title: CampaignSequence --- ## PureCloud::CampaignSequence ## Properties |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) | 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] | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}
Version data entries
55 entries across 55 versions & 2 rubygems