period property
Period over which to spend the budget.
Defaults to DAILY if not specified.
Immutable. Possible string values are:
- "UNSPECIFIED" : Not specified.
- "UNKNOWN" : Used for return value only. Represents value unknown in this version.
- "DAILY" : Daily budget.
- "CUSTOM_PERIOD" : Custom budget can be used with total_amount to specify lifetime budget limit.
Implementation
core.String? period;