labels property
A single label and value pair specifying that usage from only this set of labeled resources should be included in the budget.
If omitted, the report includes all labeled and unlabeled usage. An object
containing a single "key": value
pair. Example: { "name": "wrench" }
.
Currently, multiple entries or multiple values per entry are not
allowed.
Optional.
The values for Object must be JSON objects. It can consist of num
,
String
, bool
and null
as well as Map
and List
values.
Implementation
core.Map<core.String, core.List<core.Object?>>? labels;