Sha256: d921bb7ca66a38859ebcea06fb5922bd153bbd53a698ce556c3b3d7adc0a2a9e
Contents?: true
Size: 1.25 KB
Versions: 1
Compression:
Stored size: 1.25 KB
Contents
--- title: FlowHistoryItem --- ## PureCloud::FlowHistoryItem ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **history_event_time** | **DateTime** | The time when the history item occurred. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | | | **state** | [**FlowState**](FlowState.html) | The State sequence that applies to the history event, if applicable. | [optional] | | **work_item** | [**WorkItem**](WorkItem.html) | Information about the work item associated with the history event, if applicable. | [optional] | | **user** | [**User**](User.html) | The user associated with this history event, if applicable. | [optional] | | **queue** | [**Queue**](Queue.html) | The queue associated with this history event, if applicable. | [optional] | | **history_event_data** | [**Array<DataItem>**](DataItem.html) | Data elements associated with this history event. | [optional] | | **history_event_type** | **String** | The type of the history event being reported. | | | **success** | **BOOLEAN** | Whether or not the flow item was successful (if a 'notification' event this will default to true) | [default to false]| {: class="table table-striped"}
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
purecloud-0.36.1 | doc_out/FlowHistoryItem.html.md |