principalEmail property
The email address of the person that triggered billing plan change
Implementation
@$pb.TagNumber(2)
$core.String get principalEmail => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set principalEmail($core.String v) {
$_setString(1, v);
}