otpSmsId property
unique identifier of the OTP SMS registration, which was returned in the add OTP SMS.
Implementation
@$pb.TagNumber(2)
$core.String get otpSmsId => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set otpSmsId($core.String v) { $_setString(1, v); }