projects property

List<String>? projects
getter/setter pair

The projects whose metadata you want to export, in the format projects/{project_id_or_number}.

Only the entries from the specified projects are exported.The projects must be in the same organization and VPC Service Controls perimeter as the job.If you set the job scope to be a list of projects, then set the organization-level export flag to false and don't provide a list of entry groups.

Implementation

core.List<core.String>? projects;