autoAcceptProjects property

List<String>? autoAcceptProjects
getter/setter pair

A list of project ids or project numbers for which you want to enable auto-accept.

The auto-accept setting is applied to spokes being created or updated in these projects.

Implementation

core.List<core.String>? autoAcceptProjects;