budgetAllocationType property

String? budgetAllocationType
getter/setter pair

The type of the budget allocation.

LINE_ITEM_BUDGET_ALLOCATION_TYPE_AUTOMATIC is only applicable when automatic budget allocation is enabled for the parent insertion order.

Required. Possible string values are:

  • "LINE_ITEM_BUDGET_ALLOCATION_TYPE_UNSPECIFIED" : Type value is not specified or is unknown in this version.
  • "LINE_ITEM_BUDGET_ALLOCATION_TYPE_AUTOMATIC" : Automatic budget allocation is enabled for the line item.
  • "LINE_ITEM_BUDGET_ALLOCATION_TYPE_FIXED" : A fixed max budget amount is allocated for the line item.
  • "LINE_ITEM_BUDGET_ALLOCATION_TYPE_UNLIMITED" : No budget limit is applied to the line item.

Implementation

core.String? budgetAllocationType;