principalEmail property

  1. @TagNumber(2)
String principalEmail

The email address of the person that triggered billing plan change

Implementation

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

Implementation

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