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