sendEmailInvite property

  1. @TagNumber(4)
bool get sendEmailInvite

Set to true (the default) to send an email to the recipient of an invite. The user must accept the email to be added to the associated authorizations. When set to false, the user automatically receives the associated authorization on the next login of the user with the associated email address.

Implementation

@$pb.TagNumber(4)
$core.bool get sendEmailInvite => $_getBF(3);
  1. @TagNumber(4)
set sendEmailInvite (bool v)

Implementation

@$pb.TagNumber(4)
set sendEmailInvite($core.bool v) { $_setBool(3, v); }