email property

  1. @Deprecated('Not supported. Member documentation may have more information.')
String? email
getter/setter pair

The email address of the actor.

If not provided, it is inferred from the credentials supplied during case creation. When a name is provided, an email must also be provided. If the user is a Google Support agent, this is obfuscated. This field is deprecated. Use username field instead.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.String? email;