frequency property
How often the query is run. Possible string values are:
- "FREQUENCY_UNSPECIFIED" : Default value when frequency is not specified or is unknown in this version.
- "ONE_TIME" : Only once.
- "DAILY" : Once a day.
- "WEEKLY" : Once a week.
- "SEMI_MONTHLY" : Twice a month.
- "MONTHLY" : Once a month.
- "QUARTERLY" : Once a quarter
- "YEARLY" : Once a year.
Implementation
core.String? frequency;