--- title: ForecastModificationCreation --- ## PureCloud::ForecastModificationCreation ## Properties |Name | Type | Description | Notes| |------------ | ------------- | ------------- | -------------| | **id** | **String** | The globally unique identifier for the object. | [optional] | | **name** | **String** | | [optional] | | **forecast_id** | **String** | The id of the associated forecast | | | **priority** | **Integer** | The priority in which the modification is applied | | | **metric** | **String** | The metric the modification is appied to | | | **modification_type** | **String** | The type of modification | | | **modification_value** | **Float** | The value of the modification | | | **start_date** | **DateTime** | The start of the modified time period. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | | | **end_date** | **DateTime** | The end of the modified time period. Date time is represented as an ISO-8601 string. For example: yyyy-MM-ddTHH:mm:ss.SSSZ | | | **attributes** | [**ForecastFilterAttributes**](ForecastFilterAttributes.html) | The filters for the modification | | | **enabled** | **BOOLEAN** | Determined if the modification is currently applied | [default to false]| | **notes** | **String** | Any notes associated with the modification | | | **self_uri** | **String** | The URI for this object | [optional] | {: class="table table-striped"}