budget property

String? budget
getter/setter pair

Budget of this project in the currency specified by the current account.

The value stored in this field represents only the non-fractional amount. For example, for USD, the smallest value that can be represented by this field is 1 US dollar.

Implementation

core.String? budget;