notificationEmails property

List<String>? notificationEmails
getter/setter pair

A list of email addresses to which notifications relating to approval requests should be sent.

Notifications relating to a resource will be sent to all emails in the settings of ancestor resources of that resource. A maximum of 50 email addresses are allowed.

Implementation

core.List<core.String>? notificationEmails;