subaccounts

@JvmName(name = "nidgwnxygrbgqtxm")
suspend fun subaccounts(value: Output<List<String>>)
@JvmName(name = "cupsjhldptakjkkc")
suspend fun subaccounts(value: List<String>?)

Parameters

value

Optional. A set of subaccounts of the form billingAccounts/{account_id}, specifying that usage from only this set of subaccounts should be included in the budget. If a subaccount is set to the name of the parent account, usage from the parent account will be included. If omitted, the report will include usage from the parent account and all subaccounts, if they exist.


@JvmName(name = "tobjknlsoabxvdng")
suspend fun subaccounts(vararg values: Output<String>)


@JvmName(name = "rvtlhduvswjooiyl")
suspend fun subaccounts(values: List<Output<String>>)
@JvmName(name = "ykwraermmjtltfeq")
suspend fun subaccounts(vararg values: String)

Parameters

values

Optional. A set of subaccounts of the form billingAccounts/{account_id}, specifying that usage from only this set of subaccounts should be included in the budget. If a subaccount is set to the name of the parent account, usage from the parent account will be included. If omitted, the report will include usage from the parent account and all subaccounts, if they exist.