targetTypes property

List<String>? targetTypes
getter/setter pair

Which resources in the dataset this entry applies to.

Currently, only views are supported, but additional target types may be added in the future.

Implementation

core.List<core.String>? targetTypes;