services property

List<String>? services
getter/setter pair

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

If omitted, the report includes usage for all the services. The service names are available through the Catalog API: https://cloud.google.com/billing/v1/how-tos/catalog-api.

Optional.

Implementation

core.List<core.String>? services;