principalEmail property

  1. @TagNumber.new(1)
String get principalEmail

The email address of a Google account.

Implementation

@$pb.TagNumber(1)
$core.String get principalEmail => $_getSZ(0);
  1. @TagNumber.new(1)
set principalEmail (String v)

Implementation

@$pb.TagNumber(1)
set principalEmail($core.String v) {
  $_setString(0, v);
}