principalEmail property
The email address of a Google account.
Implementation
@$pb.TagNumber(1)
$core.String get principalEmail => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set principalEmail($core.String v) {
$_setString(0, v);
}
The email address of a Google account.
@$pb.TagNumber(1)
$core.String get principalEmail => $_getSZ(0);
@$pb.TagNumber(1)
set principalEmail($core.String v) {
$_setString(0, v);
}