subaccounts

@JvmName(name = "rwjtkgpwajpxcopk")
suspend fun subaccounts(value: Output<List<String>>)
@JvmName(name = "gdirpjscfovrweyh")
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 is included. If the field is omitted, the report includes usage from the parent account and all subaccounts, if they exist.


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


@JvmName(name = "ajfovsrpjgtbesyw")
suspend fun subaccounts(values: List<Output<String>>)
@JvmName(name = "bfkbfsetjviibflf")
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 is included. If the field is omitted, the report includes usage from the parent account and all subaccounts, if they exist.