email property

List<String>? email
getter/setter pair

The email address of one or more accounts to fetch.

The length of email should be less than 256 characters and in the format of name@domain.tld. The email should also match the RFC 822 addr-spec production. Should only be specified by authenticated requests from a developer.

Implementation

core.List<core.String>? email;