resourceTypes property

List<String>? resourceTypes
getter/setter pair

The resource type that the constraint applies to, in the format {canonical_service_name}/{resource_type_name}.

For example, compute.googleapis.com/Instance.

Immutable.

Implementation

core.List<core.String>? resourceTypes;