email property

  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(2)
String email

Deprecated and will be removed on August 1, 2023 -- use external_identities. This field is set to the first email address present in external_identities, if any.

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(2)
$core.String get email => $_getSZ(1);
  1. @Deprecated('This field is deprecated.')
  2. @TagNumber(2)
void email=(String v)

Implementation

@$core.Deprecated('This field is deprecated.')
@$pb.TagNumber(2)
set email($core.String v) {
  $_setString(1, v);
}