feedItemSets property

List<String>? feedItemSets
getter/setter pair

FeedItemSets whose FeedItems are targeted.

If multiple IDs are specified, then all items that appear in at least one set are targeted. This field cannot be used with geo_target_constants. This is optional and can only be set in CREATE operations.

Implementation

core.List<core.String>? feedItemSets;