CustomSeasonalityResponse

data class CustomSeasonalityResponse(val mode: String, val value: Int)

Constructors

Link copied to clipboard
constructor(mode: String, value: Int)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Forecasting seasonality mode. Expected value is 'Custom'.

Link copied to clipboard
val value: Int

Required Seasonality value.