Sha256: acf2bc9dd2f2f70a413309ad910a63dc3679d82b73c640aa040281acbc8daac1
Contents?: true
Size: 1.42 KB
Versions: 59
Compression:
Stored size: 1.42 KB
Contents
--- title: WfmForecastModification --- ## PureCloud::WfmForecastModification ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **type** | **String** | The type of the modification | | | **start_interval_index** | **Integer** | The number of 15 minute intervals past referenceStartDate representing the first interval to which to apply this modification. Must be null if values is populated | [optional] | | **end_interval_index** | **Integer** | The number of 15 minute intervals past referenceStartDate representing the last interval to which to apply this modification. Must be null if values is populated | [optional] | | **metric** | **String** | The metric to which this modification applies | | | **value** | **Float** | The value of the modification. Must be null if \"values\" is populated | [optional] | | **values** | [**Array<WfmForecastModificationIntervalOffsetValue>**](WfmForecastModificationIntervalOffsetValue.html) | The list of values to update. Only applicable for grid-type modifications. Must be null if \"value\" is populated | [optional] | | **enabled** | **BOOLEAN** | Whether the modification is enabled for the forecast | | | **attributes** | [**WfmForecastModificationAttributes**](WfmForecastModificationAttributes.html) | The attributes defining how this modification applies to the forecast | | {: class="table table-striped"}
Version data entries
59 entries across 59 versions & 1 rubygems