projects property

List<String>? projects
getter/setter pair

A set of projects of the form projects/{project}, specifying that usage from only this set of projects should be included in the budget.

If omitted, the report includes all usage for the billing account, regardless of which project the usage occurred on.

Optional.

Implementation

core.List<core.String>? projects;