Sha256: 0851c36f814818cdee7418c665d677e9d8c7a326f77395234ec3877d30e81314
Contents?: true
Size: 1.98 KB
Versions: 13
Compression:
Stored size: 1.98 KB
Contents
--- title: BuForecastModification --- ## PureCloud::BuForecastModification ## 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 | | | **legacy_metric** | **String** | The legacy metric to which this modification applies if applicable | [optional] | | **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] | | **display_granularity** | **String** | The client side display granularity of the modification, expressed in the ISO-8601 duration format. Periods are represented as an ISO-8601 string. For example: P1D or P1DT12H | | | **granularity** | **String** | The actual granularity of the modification as stored behind the scenes, expressed in the ISO-8601 duration format. Periods are represented as an ISO-8601 string. For example: P1D or P1DT12H | [optional] | | **enabled** | **BOOLEAN** | Whether the modification is enabled for the forecast | | | **planning_group_ids** | **Array<String>** | The IDs of the planning groups to which this forecast modification applies. Leave empty to apply to all | [optional] | {: class="table table-striped"}
Version data entries
13 entries across 13 versions & 1 rubygems