Sha256: 2e8afa364f19688ba07eb5204f15dd3a60bb0323d7f738fda3563d30b54780b4
Contents?: true
Size: 1.57 KB
Versions: 4
Compression:
Stored size: 1.57 KB
Contents
--- title: HistoricalAdherenceQueryResult --- ## PureCloud::HistoricalAdherenceQueryResult ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **user_id** | **String** | The ID of the user for whom the adherence is queried | [optional] | | **start_date** | **DateTime** | Beginning of the date range that was queried, in ISO-8601 format | [optional] | | **end_date** | **DateTime** | End of the date range that was queried, in ISO-8601 format. If it was not set, end date will be set to the queried time | [optional] | | **adherence_percentage** | **Float** | Adherence percentage for this user, in the scale of 0 - 100 | [optional] | | **conformance_percentage** | **Float** | Conformance percentage for this user, in the scale of 0 - 100. Conformance percentage can be greater than 100 when the actual on queue time is greater than the scheduled on queue time for the same period. | [optional] | | **impact** | **String** | The impact of the current adherence state for this user | [optional] | | **exception_info** | [**Array<HistoricalAdherenceExceptionInfo>**](HistoricalAdherenceExceptionInfo.html) | List of adherence exceptions for this user | [optional] | | **day_metrics** | [**Array<HistoricalAdherenceDayMetrics>**](HistoricalAdherenceDayMetrics.html) | Adherence and conformance metrics for days in query range | [optional] | | **actuals** | [**Array<HistoricalAdherenceActuals>**](HistoricalAdherenceActuals.html) | List of actual activity with offset for this user | [optional] | {: class="table table-striped"}
Version data entries
4 entries across 4 versions & 1 rubygems