entityValues property

List<String>? entityValues
getter/setter pair

The reference values of the entities to delete.

Note that these are not fully-qualified names, i.e. they don't start with projects/.

Required.

Implementation

core.List<core.String>? entityValues;