status property

String? status
getter/setter pair

The status of this account-level budget.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "PENDING" : The account budget is pending approval.
  • "APPROVED" : The account budget has been approved.
  • "CANCELLED" : The account budget has been cancelled by the user.

Implementation

core.String? status;