services property

List<String>? services
getter/setter pair

Services that this ruleset has declarations for (e.g., "cloud.firestore").

There may be 0+ of these.

Implementation

core.List<core.String>? services;