principalEmail property

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

The email address of the person that triggered billing plan change

Implementation

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

Implementation

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