specifiedAmount

@JvmName(name = "fvantvrvrbnvknwr")
suspend fun specifiedAmount(value: Output<GoogleTypeMoneyArgs>)
@JvmName(name = "utmatbegtkaifxta")
suspend fun specifiedAmount(value: GoogleTypeMoneyArgs?)

Parameters

value

A specified amount to use as the budget. currency_code is optional. If specified when creating a budget, it must match the currency of the billing account. If specified when updating a budget, it must match the currency_code of the existing budget. The currency_code is provided on output.


@JvmName(name = "rjqsopicajdjxxdu")
suspend fun specifiedAmount(argument: suspend GoogleTypeMoneyArgsBuilder.() -> Unit)

Parameters

argument

A specified amount to use as the budget. currency_code is optional. If specified when creating a budget, it must match the currency of the billing account. If specified when updating a budget, it must match the currency_code of the existing budget. The currency_code is provided on output.