relativeDemandChange property
Change in the estimated demand.
Whether it rose, sank or remained flat. Possible string values are:
- "RELATIVE_DEMAND_CHANGE_TYPE_UNSPECIFIED" : Relative demand change is unknown.
- "SINKER" : Relative demand is lower than previous time period.
- "FLAT" : Relative demand is equal to previous time period.
- "RISER" : Relative demand is higher than the previous time period.
Implementation
core.String? relativeDemandChange;