list property

List<String>? list
getter/setter pair

A list of projects to receive events from.

All the projects must be in the same org. The listed projects should have the format project/{identifier} where identifier can be either the project id for project number. A single list may contain both formats. At most 100 projects can be listed.

Required.

Implementation

core.List<core.String>? list;