timeFrame property

String? timeFrame
getter/setter pair

Time frame of the report. Possible string values are:

  • "TIME_FRAME_UNSPECIFIED" : The time frame was not specified and will default to WEEK.
  • "WEEK" : One week.
  • "MONTH" : One month.
  • "YEAR" : One year.

Implementation

core.String? timeFrame;