sendEmail property
Let ZITADEL send the link to the user via email.
Implementation
@$pb.TagNumber(2)
$4.SendPasswordResetEmail get sendEmail => $_getN(1);
Implementation
@$pb.TagNumber(2)
set sendEmail($4.SendPasswordResetEmail v) { setField(2, v); }