subaccounts property

List<String>? subaccounts
getter/setter pair

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.

Optional.

Implementation

core.List<core.String>? subaccounts;