recipients property

List<String>? recipients
getter/setter pair

Resource recipients.

For Drive, they are grantees that the Drive file was shared with at the time of rule triggering. Valid values include user emails, group emails, domains, or 'anyone' if the file was publicly accessible. If the file was private the recipients list will be empty. For Gmail, they are emails of the users or groups that the Gmail message was sent to.

Implementation

core.List<core.String>? recipients;