proposalType property

String? proposalType
getter/setter pair

The type of this proposal, for example, END to end the budget associated with this proposal.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "CREATE" : Identifies a request to create a new budget.
  • "UPDATE" : Identifies a request to edit an existing budget.
  • "END" : Identifies a request to end a budget that has already started.
  • "REMOVE" : Identifies a request to remove a budget that hasn't started yet.

Implementation

core.String? proposalType;