relativeDemandChange property

String? relativeDemandChange
getter/setter pair

Change in the estimated demand.

Whether it rose, sank or remained flat. Possible string values are:

  • "RELATIVE_DEMAND_CHANGE_TYPE_ENUM_UNSPECIFIED" : Not specified.
  • "SINKER" : Relative demand is lower than the previous time period.
  • "FLAT" : Relative demand is equal to the previous time period.
  • "RISER" : Relative demand is higher than the previous time period.

Implementation

core.String? relativeDemandChange;