forecastingUrl property

List<String>? forecastingUrl
getter/setter pair

The list of forecasting URLs.

The client should ping all of these URLs when a promoted item is not available, to indicate that a promoted item could have been shown.

Implementation

core.List<core.String>? forecastingUrl;