email property

String? email
getter/setter pair

The email address of the actor.

If not provided, it is inferred from credentials supplied during case creation. If the authenticated principal does not have an email address, one must be provided. When a name is provided, an email must also be provided. This will be obfuscated if the user is a Google Support agent.

Implementation

core.String? email;